Skip to content

Commit 56c540b

Browse files
committed
fixes
1 parent b252b38 commit 56c540b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
cargo fmt --all --check
5252
taplo format --check
53-
biome format --check
53+
biome ci
5454
5555
actionlint:
5656
name: Lint GitHub Actions

justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,12 @@ test-doc:
6464
lint:
6565
cargo clippy
6666
cargo run -p rules_check
67+
bun biome lint
6768

6869
lint-fix:
6970
cargo clippy --fix
7071
cargo run -p rules_check
72+
bun biome lint --write
7173

7274
serve-docs:
7375
uv sync

0 commit comments

Comments
 (0)