Skip to content

Commit 7a82931

Browse files
committed
chore: check optional changes are applied in ci
1 parent d79222e commit 7a82931

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/pull_request.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,13 @@ jobs:
103103
- name: Run Lints
104104
run: |
105105
cargo sqlx prepare --check --workspace
106-
cargo clippy
106+
cargo clippy --fix
107107
cargo run -p rules_check
108-
biome lint
108+
biome lint --write
109+
110+
- name: Check for changes
111+
id: git-check
112+
run: git diff-index --quiet HEAD --
109113

110114
test:
111115
name: Test

0 commit comments

Comments
 (0)