Skip to content

Bump actions/github-script from 6 to 7 (#24) #51

Bump actions/github-script from 6 to 7 (#24)

Bump actions/github-script from 6 to 7 (#24) #51

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- run: make test/all