Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 1b61bfd

Browse files
authored
Update lint.yml
1 parent 58d79b9 commit 1b61bfd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/lint.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [18]
12+
node-version: [20]
1313

1414
steps:
1515
- name: Cancel Previous Runs
@@ -31,5 +31,11 @@ jobs:
3131
- name: Install Dependencies
3232
run: pnpm i
3333

34+
- name: Lint Prettier
35+
run: pnpm lint:prettier
36+
37+
- name: Lint TSC
38+
run: pnpm lint:tsc
39+
3440
- name: Lint ESLint
3541
run: pnpm lint

0 commit comments

Comments
 (0)