File tree Expand file tree Collapse file tree 3 files changed +1500
-1290
lines changed Expand file tree Collapse file tree 3 files changed +1500
-1290
lines changed Original file line number Diff line number Diff line change 3131 - name : Install Rust
3232 uses : dtolnay/rust-toolchain@stable
3333 with :
34- toolchain : 1.87
34+ toolchain : 1.88
3535
3636 - name : Install dependencies
3737 run : |
4141 - name : lint code
4242 run : make lint
4343
44+ - name : audit dependencies
45+ run : |
46+ cargo install cargo-audit --locked
47+ cargo audit
48+
4449 - name : Run Clippy
4550 run : cargo clippy --all -- -D warnings
4651 - name : Cancel everything if linting fails
6873 - name : Install Rust
6974 uses : dtolnay/rust-toolchain@stable
7075 with :
71- toolchain : 1.87
76+ toolchain : 1.88
7277 targets : ${{ matrix.config.target }}
7378 - name : Install Spin
7479 uses : rajatjindal/setup-actions/spin@main
@@ -183,4 +188,4 @@ jobs:
183188 with :
184189 repo_token : ${{ secrets.GITHUB_TOKEN }}
185190 file : ${{ env.PROGRAM_NAME }}.json
186- tag : canary
191+ tag : canary
You can’t perform that action at this time.
0 commit comments