Skip to content

Commit 41b4da8

Browse files
committed
refactor: merge CI jobs
1 parent f4e0777 commit 41b4da8

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,6 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616

17-
steps:
18-
- uses: actions/checkout@v4
19-
- uses: actions/setup-node@v4
20-
with:
21-
node-version: 18
22-
cache: npm
23-
24-
- run: npm ci
25-
- run: npm run build
26-
- run: npm test
27-
- run: npm run lint
28-
29-
check-deno-compatibility:
30-
runs-on: ubuntu-latest
31-
3217
steps:
3318
- uses: actions/checkout@v4
3419
- uses: actions/setup-node@v4
@@ -40,6 +25,8 @@ jobs:
4025
deno-version: v2.x
4126
- run: npm ci
4227
- run: npm run build
28+
- run: npm test
29+
- run: npm run lint
4330
- name: Check Deno compatibility
4431
run: deno check dist/**/*.js
4532

0 commit comments

Comments
 (0)