Skip to content

chore(deps): bump @babel/traverse from 7.22.5 to 7.23.2 in /modules/flamingo-carotene-es-lint #171

chore(deps): bump @babel/traverse from 7.22.5 to 7.23.2 in /modules/flamingo-carotene-es-lint

chore(deps): bump @babel/traverse from 7.22.5 to 7.23.2 in /modules/flamingo-carotene-es-lint #171

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