Skip to content

Commit

Permalink
ci: add buf lint to static checks job
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Feb 7, 2022
1 parent 73ce13a commit 9dccea0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: ^1.17
- name: Lint buf
run: make buf-lint
- run: go list -json > go.list
- name: Run nancy
uses: sonatype-nexus-community/nancy-github-action@v1.0.2
Expand Down

0 comments on commit 9dccea0

Please sign in to comment.