Skip to content

Commit e9d6c22

Browse files
takin shape
1 parent 50d1139 commit e9d6c22

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/pull_request.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,11 @@ jobs:
9696
- name: Setup sqlx-cli
9797
run: cargo install sqlx-cli
9898

99-
- name: Setup Biome
100-
uses: biomejs/setup-biome@v2
101-
with:
102-
version: "1.9.4"
99+
- name: Setup Bun
100+
uses: oven-sh/setup-bun@v2
101+
102+
- name: Install JS dependencies
103+
run: bun install
103104

104105
- name: Setup Just
105106
uses: extractions/setup-just@v3

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ lint-ci:
8383
cargo sqlx prepare --check --workspace
8484
cargo clippy --fix
8585
cargo run -p rules_check
86-
biome lint --write
86+
bun biome lint --write
8787

8888
serve-docs:
8989
uv sync

0 commit comments

Comments
 (0)