Skip to content

Commit 1496f73

Browse files
committed
ignore .npmrc on diff
1 parent 977fe8d commit 1496f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Require clean working directory
8181
shell: bash
8282
run: |
83-
if ! git diff --exit-code; then
83+
if ! git diff --exit-code -- . ':!.npmrc'; then
8484
echo "Working tree dirty at end of job"
8585
exit 1
8686
fi

0 commit comments

Comments
 (0)