Skip to content

Bump the gh-actions-dependencies group across 1 directory with 2 updates #1032

Bump the gh-actions-dependencies group across 1 directory with 2 updates

Bump the gh-actions-dependencies group across 1 directory with 2 updates #1032

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