Skip to content

Commit

Permalink
Add comment discribing diff process
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-vball committed Nov 16, 2023
1 parent aa268d5 commit 471fe8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gomod_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
go-version: ${{ env.GO_VERSION }}

- run: go mod tidy
- run: git --no-pager diff -- go.mod go.sum
- run: git --no-pager diff --quiet -- go.mod go.sum
- 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

0 comments on commit 471fe8f

Please sign in to comment.