We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977fe8d commit 1496f73Copy full SHA for 1496f73
.github/workflows/build-test.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Require clean working directory
81
shell: bash
82
run: |
83
- if ! git diff --exit-code; then
+ if ! git diff --exit-code -- . ':!.npmrc'; then
84
echo "Working tree dirty at end of job"
85
exit 1
86
fi
0 commit comments