Skip to content

Commit

Permalink
verify goreleaser file is valid in each push
Browse files Browse the repository at this point in the history
  • Loading branch information
displague committed Aug 12, 2020
1 parent 6057e6f commit 1742d75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,20 @@ jobs:
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.30
-
name: Check GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: check
test:
name: test
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.14' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go }}
Expand Down

0 comments on commit 1742d75

Please sign in to comment.