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 c943b3b commit 14e7555Copy full SHA for 14e7555
.github/workflows/ci.yml
@@ -19,12 +19,18 @@ jobs:
19
with:
20
fetch-depth: 0
21
- uses: ./.github/actions/setup
22
- - run: goreleaser release --snapshot --clean
+ - run: go build .
23
24
lint:
25
runs-on: ubuntu-latest
26
steps:
27
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
29
- - name: lint
30
- run: golangci-lint run --verbose ./...
+ - run: golangci-lint run --verbose ./...
+
31
+ goreleaser:
32
+ runs-on: ubuntu-latest
33
+ steps:
34
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35
+ - uses: ./.github/actions/setup
36
+ - run: goreleaser check
0 commit comments