We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d80a5 commit 4cc174dCopy full SHA for 4cc174d
1 file changed
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Validate Nitrogen Generated Code
52
run: |
53
yarn nitrogen
54
- if ! git diff --exit-code nitrogen/generated/; then
+ if ! git diff --exit-code -I 'Copyright © [0-9]* Marc Rousavy @ Margelo' nitrogen/generated/; then
55
echo "Error: nitrogen/generated/ is out of date. Please run 'yarn nitrogen' and commit the changes."
56
exit 1
57
fi
@@ -80,14 +80,6 @@ jobs:
80
- name: Setup
81
uses: ./.github/actions/setup
82
83
- - name: Validate Nitrogen Generated Code
84
- run: |
85
- yarn nitrogen
86
87
- echo "Error: nitrogen/generated/ is out of date. Please run 'yarn nitrogen' and commit the changes."
88
- exit 1
89
- fi
90
-
91
- name: Build package
92
run: yarn prepare
93
0 commit comments