We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2914e39 commit 07f671fCopy full SHA for 07f671f
1 file changed
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install Dependencies
31
run: npm ci
32
33
- - name: Run Linter
+ - name: Run linter
34
run: npm run lint || echo "Linting step skipped"
35
continue-on-error: true
36
0 commit comments