Skip to content

Commit 1a2f849

Browse files
committed
ci: fix lint check
1 parent cac7213 commit 1a2f849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
shell: bash
4141

4242
- 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
43+
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
4444
shell: bash

0 commit comments

Comments
 (0)