Skip to content

Commit

Permalink
gha: add check_goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhsu committed Oct 28, 2024
1 parent 1c5a28f commit c91df0d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/check_goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: check_goreleaser
on:
push:
branches: [main]
paths:
- .github/workflows/check_goreleaser.yml
- .goreleaser.yml
pull_request:
paths:
- .github/workflows/check_goreleaser.yml
- .goreleaser.yml
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@4
- uses: goreleaser/goreleaser-action@v6
with:
args: check .goreleaser.yml

0 comments on commit c91df0d

Please sign in to comment.