File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 99
99
- name : Setup Biome
100
100
uses : biomejs/setup-biome@v2
101
101
with :
102
- version : latest
102
+ version : " 1.9.4"
103
+
104
+ - name : Echo tool versions
105
+ run : |
106
+ rustc --version
107
+ rustup --version
108
+ cargo --version
109
+ cargo sqlx --version
110
+ cargo clippy --version
111
+ biome --version
103
112
104
113
- name : Run Lints
105
114
run : |
Original file line number Diff line number Diff line change @@ -10,16 +10,15 @@ alias rg := reset-git
10
10
# Installs the tools needed to develop
11
11
install-tools :
12
12
cargo install cargo-binstall
13
- cargo binstall cargo-insta taplo-cli
13
+ cargo binstall cargo-insta taplo-cli sqlx-cli
14
14
cargo binstall --git " https://github.com/astral-sh/uv" uv
15
15
bun install
16
16
17
17
# Upgrades the tools needed to develop
18
18
upgrade-tools :
19
19
cargo install cargo-binstall --force
20
- cargo binstall cargo-insta taplo-cli --force
20
+ cargo binstall cargo-insta taplo-cli sqlx-cli --force
21
21
cargo binstall --git " https://github.com/astral-sh/uv" uv --force
22
- bun install
23
22
24
23
# Generates code generated files for the linter
25
24
gen-lint :
You can’t perform that action at this time.
0 commit comments