Skip to content

Bump @babel/traverse from 7.22.6 to 7.24.6 #32

Bump @babel/traverse from 7.22.6 to 7.24.6

Bump @babel/traverse from 7.22.6 to 7.24.6 #32

Workflow file for this run

name: Test
on:
push: {}
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- uses: actions/setup-node@v4
with:
node-version: '18.16.x'
cache: yarn
- uses: actions/setup-go@v5
with:
go-version-file: go.work
cache-dependency-path: src/go/**/go.sum
- run: pip install setuptools
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn lint:nofix
- name: Install shfmt
run: go install mvdan.cc/sh/v3/cmd/[email protected]
- run: make -C bats lint
- run: yarn test