1 parent 5ace2e1 commit f426c4eCopy full SHA for f426c4e
2 files changed
.cargo/audit.toml
.github/workflows/ci.yml
@@ -33,21 +33,16 @@ jobs:
33
run: echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"
34
35
- name: Install CI tools
36
- run: cargo binstall sqlx-cli cargo-leptos cargo-audit --no-confirm --locked --force
+ run: cargo binstall sqlx-cli cargo-leptos --no-confirm --locked --force
37
38
- name: Verify installed tools
39
run: |
40
which cargo-leptos
41
- which cargo-audit
42
cargo leptos --version
43
- cargo audit --version
44
45
- name: Check formatting
46
run: cargo fmt --all -- --check
47
48
- - name: Run security audit
49
- run: cargo audit
50
-
51
- name: Create database and run migrations
52
53
sqlx database create
0 commit comments