Skip to content

Commit

Permalink
ci: add step in check workflow for checking dependencies (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Jul 1, 2024
1 parent 6b35af9 commit c6b54a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
with:
go-version: stable

- name: Check Dependencies
run: |
go mod tidy
git diff --exit-code HEAD
- name: Check Formatting
run: |
go fmt ./...
Expand Down

0 comments on commit c6b54a7

Please sign in to comment.