Skip to content

Commit

Permalink
Update .github/workflows/gomod_checker.yml
Browse files Browse the repository at this point in the history
Co-authored-by: F. Eugene Aumson <[email protected]>
Signed-off-by: Geoff Stuart <[email protected]>
  • Loading branch information
geoff-vball and feuGeneA authored Nov 17, 2023
1 parent ae97d64 commit 2dc8a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gomod_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:

- run: go mod tidy
- run: git --no-pager diff -- go.mod go.sum # This prints the diff
- run: git --no-pager diff --quiet -- go.mod go.sum g# This errors if there is a diff
- run: git --no-pager diff --quiet -- go.mod go.sum # This errors if there is a diff

0 comments on commit 2dc8a78

Please sign in to comment.