Skip to content

Commit 34e1334

Browse files
authored
ci: only run lint once (#143)
1 parent ed07e06 commit 34e1334

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
- '8.56'
2222
- '8'
2323
- '9'
24+
25+
include:
26+
- executeLint: true
27+
node: 20
28+
os: ubuntu-latest
29+
2430
runs-on: ${{ matrix.os }}
2531
steps:
2632
- name: Checkout Repo
@@ -65,7 +71,7 @@ jobs:
6571
EFF_NO_LINK_RULES: true
6672
PARSER_NO_WATCH: true
6773
SKIP_YARN_COREPACK_CHECK: 1
68-
if: ${{ matrix.node == 20 }}
74+
if: ${{ matrix.executeLint }}
6975

7076
- name: Codecov
7177
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)