We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb2480 commit c0da03fCopy full SHA for c0da03f
.github/workflows/go-linter-runner-submit.yml
@@ -22,8 +22,8 @@ on:
22
workflow_ref:
23
description: |
24
the branch to run workflow
25
- Default ''
26
- default: ''
+ Default 'main'
+ default: 'main'
27
28
permissions:
29
actions: write
.github/workflows/go-linter-runner.yml
@@ -23,7 +23,7 @@ jobs:
with:
action: run
go_version: "1.23.0"
- install_command: go install github.com/alingse/nilnesserr/cmd/nilnesserr@add-check-errors-func
+ install_command: go install github.com/alingse/nilnesserr/cmd/nilnesserr@main
linter_command: nilnesserr
includes: "[\"call function with a nil value error after check error\"]"
excludes: "[]"
0 commit comments