Skip to content

Commit d6f89fb

Browse files
committed
chore: actions: add deno, oxlint
1 parent 5605e83 commit d6f89fb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v5
1919
- uses: oven-sh/setup-bun@v2
20+
- name: Install Deno
21+
uses: denoland/setup-deno@v2
22+
with:
23+
deno-version: v2.x
2024
- name: Use Node.js ${{ matrix.node-version }}
2125
uses: actions/setup-node@v6
2226
with:
@@ -27,6 +31,10 @@ jobs:
2731
run: bun i -f --no-save
2832
- name: Lint
2933
run: redrun fix:lint
34+
- name: Oxlint
35+
run: redrun lint:oxlint
36+
- name: Deno Lint
37+
run: deno lint
3038
- name: Install Rust
3139
run: rustup update
3240
- uses: actions/cache@v4

0 commit comments

Comments
 (0)