feat(ci): add check for goreleaser configuration (#863)
This commit is contained in:
parent
fe389249c0
commit
6eaae259e6
2 changed files with 13 additions and 1 deletions
12
.github/workflows/ci.yaml
vendored
12
.github/workflows/ci.yaml
vendored
|
|
@ -32,3 +32,15 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
run: make test
|
||||
|
||||
config:
|
||||
name: Check GoReleaser config
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Check GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v6
|
||||
with:
|
||||
args: check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue