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 0e69099 commit 06ddbbcCopy full SHA for 06ddbbc
.github/workflows/go-lint.yml
@@ -34,3 +34,9 @@ jobs:
34
version: latest
35
skip-cache: ${{ inputs.skip-cache }}
36
args: --timeout=5m
37
+ - uses: goreleaser/goreleaser-action@v6
38
+ # If the path pattern does not match any files, this returns an empty string.
39
+ if: ${{ hashFiles('.goreleaser.yml') != '' }}
40
+ with:
41
+ args: check
42
+
0 commit comments