tangled
alpha
login
or
join now
eldridge.cam
/
cartography
0
fork
atom
Trading card city builder game?
0
fork
atom
overview
issues
pulls
pipelines
sqlx cli for ci
eldridge.cam
1 month ago
8b8743bf
fd22b772
verified
This commit was signed with the committer's
known signature
.
eldridge.cam
SSH Key Fingerprint:
SHA256:MAgO4sya2MgvdgUjSGKAO0lQ9X2HQp1Jb+x/Tpeeims=
+1
1 changed file
expand all
collapse all
unified
split
.github
workflows
rust.yml
+1
.github/workflows/rust.yml
···
23
23
rustup install stable
24
24
rustup component add clippy
25
25
rustup default stable
26
26
+
cargo install sqlx-cli
26
27
- name: Run cargo clippy
27
28
run: |
28
29
cargo clippy -- -D warnings