Skip to content

chore(deps): bump ws from 7.5.9 to 7.5.10 in /modules/flamingo-carotene-webpack #200

chore(deps): bump ws from 7.5.9 to 7.5.10 in /modules/flamingo-carotene-webpack

chore(deps): bump ws from 7.5.9 to 7.5.10 in /modules/flamingo-carotene-webpack #200

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: make install
- name: Run check
run: make test
- name: Run build
run: make build