Skip to content

Commit 57f2701

Browse files
committed
build: update linter github workflow
1 parent a722de8 commit 57f2701

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.github/workflows/linter.yml

+6-12
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,9 @@ jobs:
1919
permissions:
2020
contents: read
2121
steps:
22-
- uses: actions/checkout@v4
23-
with:
24-
persist-credentials: false
25-
26-
- name: Use Node.js
27-
uses: actions/setup-node@v4
28-
29-
- name: Install dependencies
30-
run: npm install --ignore-scripts
31-
32-
- name: Linter
33-
run: npm run format:ci
22+
- name: Checkout
23+
uses: actions/checkout@v4
24+
- name: Setup Biome
25+
uses: biomejs/setup-biome@v2
26+
- name: Run Biome
27+
run: biome ci .

0 commit comments

Comments
 (0)