Skip to content

Commit

Permalink
--ignore-blank-lines
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Jun 4, 2024
1 parent baf602e commit 542b50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Check for changes
run: |
if git diff --exit-code --ignore-space-change --ignore-all-space --ignore-cr-at-eol -- pkg docs; then
if git diff --exit-code --ignore-space-change --ignore-all-space --ignore-cr-at-eol --ignore-blank-lines -- docs; then
echo "Generated files are up-to-date."
else
echo "::error::Generated files are not up-to-date. Please run 'yarn docs:build' locally and commit any changes."
Expand Down

0 comments on commit 542b50e

Please sign in to comment.