Skip to content

Bump @babel/traverse from 7.21.0 to 7.23.6 #10

Bump @babel/traverse from 7.21.0 to 7.23.6

Bump @babel/traverse from 7.21.0 to 7.23.6 #10

Workflow file for this run

name: Go
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 'stable'
- name: Run gofmt
run: diff -u <(echo -n) <(gofmt -s -l .)
- name: Run tests
run: go test -v ./...