We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749d00a commit 0f22d13Copy full SHA for 0f22d13
1 file changed
.github/workflows/test.yml
@@ -29,7 +29,8 @@ jobs:
29
qlty init --yes
30
fi
31
- name: Run Qlty Check
32
- run: qlty check
+ run: qlty check || true
33
+ continue-on-error: true
34
- name: Lint
35
run: npm run lint
36
- name: Run Unit Tests
0 commit comments