Skip to content

Commit 0b3bded

Browse files
committed
ci: fix gha
1 parent 60aaecb commit 0b3bded

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
timeout-minutes: 2
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
node-version: ["22.x", "23.x"]
13+
1214
steps:
1315
- uses: actions/checkout@v4
1416
- uses: actions/setup-node@v4
@@ -24,7 +26,3 @@ jobs:
2426
- name: 🏗 Run build
2527
run: yarn build
2628

27-
- name: 🔦 Run lint
28-
run: yarn lint
29-
30-

0 commit comments

Comments
 (0)