Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Validate Nitrogen Generated Code
run: |
yarn nitrogen
if ! git diff --exit-code nitrogen/generated/; then
if ! git diff --exit-code -I 'Copyright © [0-9]* Marc Rousavy @ Margelo' nitrogen/generated/; then
echo "Error: nitrogen/generated/ is out of date. Please run 'yarn nitrogen' and commit the changes."
exit 1
fi
Expand Down Expand Up @@ -80,14 +80,6 @@ jobs:
- name: Setup
uses: ./.github/actions/setup

- name: Validate Nitrogen Generated Code
run: |
yarn nitrogen
if ! git diff --exit-code nitrogen/generated/; then
echo "Error: nitrogen/generated/ is out of date. Please run 'yarn nitrogen' and commit the changes."
exit 1
fi

- name: Build package
run: yarn prepare

Expand Down
Loading