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 fe37ded commit 15dac50Copy full SHA for 15dac50
.github/workflows/main.yml
@@ -53,12 +53,12 @@ jobs:
53
run: 'npm ci || npm ci'
54
shell: bash
55
56
- - name: Lint files
57
- if: startsWith(matrix.os, 'ubuntu')
+ - name: Lint check
+ if: startsWith(matrix.os, 'ubuntu') && matrix.version == ''
58
run: npm run lint
59
60
- name: Style check
61
62
run: npm run style-check
63
64
- name: Compile sources
0 commit comments