Skip to content

Commit f0e6a89

Browse files
split lint and format CI workflow
1 parent 2f4a5f8 commit f0e6a89

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
version: latest
5959

6060
- name: Run Biome
61-
run: biome ci .
61+
run: biome ci . --linter-enabled=false
6262

6363
format-rust:
6464
name: Format (Cargo)
@@ -120,6 +120,21 @@ jobs:
120120
with:
121121
args: --workspace --all-features --locked
122122

123+
lint-biome:
124+
name: Lint (Biome)
125+
runs-on: ubuntu-latest
126+
steps:
127+
- name: Checkout
128+
uses: actions/checkout@v4
129+
130+
- name: Setup Biome
131+
uses: biomejs/setup-biome@v2
132+
with:
133+
version: latest
134+
135+
- name: Run Biome
136+
run: biome ci .
137+
123138
build-desktop:
124139
name: Build Desktop
125140
strategy:

0 commit comments

Comments
 (0)