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 ad939d5 commit cac7213Copy full SHA for cac7213
1 file changed
.github/workflows/ci-lint.yml
@@ -36,5 +36,9 @@ jobs:
36
filename: vscode-webdriverio-build.zip
37
38
- name: 📃 Run the lint
39
- run: pnpm run lint
+ run: pnpm run style:fix
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
44
shell: bash
0 commit comments