Skip to content

Commit

Permalink
add go mod tidy check
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Jan 7, 2025
1 parent 38e1ffb commit 465be78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
- name: Run actionlint
shell: bash
run: scripts/actionlint.sh
- name: go mod tidy
run: |
go mod tidy
git diff --exit-code
unit_test:
name: Golang Unit Tests (${{ matrix.os }})
Expand Down

0 comments on commit 465be78

Please sign in to comment.