Skip to content

Commit b1900b5

Browse files
committed
feat(ci): add check for goreleaser configuration
1 parent c944b62 commit b1900b5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,15 @@ jobs:
2525

2626
- name: Test
2727
run: make test
28+
29+
config:
30+
name: Check GoReleaser config
31+
runs-on: ubuntu-latest
32+
steps:
33+
- name: Checkout
34+
uses: actions/checkout@v4
35+
36+
- name: Check GoReleaser
37+
uses: goreleaser/goreleaser-action@v6
38+
with:
39+
args: check

0 commit comments

Comments
 (0)