Skip to content

Bump golangci/golangci-lint-action in the gh-actions-dependencies gro… #1017

Bump golangci/golangci-lint-action in the gh-actions-dependencies gro…

Bump golangci/golangci-lint-action in the gh-actions-dependencies gro… #1017

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@v5
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- run: make test check-license