Skip to content

Bump actions/checkout from 5 to 6 in the gh-actions-dependencies grou… #1019

Bump actions/checkout from 5 to 6 in the gh-actions-dependencies grou…

Bump actions/checkout from 5 to 6 in the gh-actions-dependencies grou… #1019

Workflow file for this run

name: Test
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
push:
branches:
- main
jobs:
checks:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- run: make test check-license