Skip to content

Commit 15dac50

Browse files
committed
updated actions to only run on current ubuntu
1 parent fe37ded commit 15dac50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ jobs:
5353
run: 'npm ci || npm ci'
5454
shell: bash
5555

56-
- name: Lint files
57-
if: startsWith(matrix.os, 'ubuntu')
56+
- name: Lint check
57+
if: startsWith(matrix.os, 'ubuntu') && matrix.version == ''
5858
run: npm run lint
5959

6060
- name: Style check
61-
if: startsWith(matrix.os, 'ubuntu')
61+
if: startsWith(matrix.os, 'ubuntu') && matrix.version == ''
6262
run: npm run style-check
6363

6464
- name: Compile sources

0 commit comments

Comments
 (0)