We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e856155 commit 9d0fd83Copy full SHA for 9d0fd83
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