Let Sourcery always run independent of changed files (#4084)
This commit is contained in:
parent
557c5b5948
commit
9eb6dd016c
|
@ -8,7 +8,7 @@ jobs:
|
|||
steps:
|
||||
- script: brew install sourcery
|
||||
displayName: Install Sourcery
|
||||
- script: make sourcery
|
||||
- script: make --always-make sourcery
|
||||
displayName: Generate sources
|
||||
- script: "! git diff -U0 | grep '^[-+][^-+]' | grep --invert-match '// Generated using Sourcery'"
|
||||
displayName: Check changed files ignoring Sourcery's version
|
||||
|
|
Loading…
Reference in New Issue