Skip to content

Bump golangci/golangci-lint-action from 3 to 6 #4

Bump golangci/golangci-lint-action from 3 to 6

Bump golangci/golangci-lint-action from 3 to 6 #4

Workflow file for this run

name: Pull Request Code test
on:
pull_request_target:
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
checks:
name: tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make test