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 cac7213 commit 1a2f849Copy full SHA for 1a2f849
1 file changed
.github/workflows/ci-lint.yml
@@ -40,5 +40,5 @@ jobs:
40
shell: bash
41
42
- name: ✅ Check status
43
- run: if [[ $(git status --short | wc -l) -ne 0 ]]; then STATUS=$(git status --verbose); printf "%s" "$STATUS"; git diff | cat; exit 1; fi
+ run: if [[ $(git status --short | grep -c -v vscode-webdriverio-build.zip) -ne 0 ]]; then STATUS=$(git status --verbose); printf "%s" "$STATUS"; git diff | cat; exit 1; fi
44
0 commit comments