Skip to content

Test many files 2

Test many files 2 #1

Workflow file for this run

name: test2
on:
pull_request:
push:
jobs:
test2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: reviewdog/action-golangci-lint@v2.6.1
with:
go_version_file: go.mod
reporter: github-pr-review
fail_on_error: true