Skip to content

Commit

Permalink
When comparing CRDs, only compare CRDs
Browse files Browse the repository at this point in the history
We don't care (here) about any other changes, in particular changes to
go.sum.

Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt committed May 25, 2021
1 parent a58c905 commit d276a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Run make manifests to update CRDs
run: make manifests
- name: Validate that nothing has changed
run: git add -A && git diff --staged --exit-code
run: git add -A && git diff --staged --exit-code -- deploy

gitlint:
name: Commit Message(s)
Expand Down

0 comments on commit d276a39

Please sign in to comment.