Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Runner bump to 1.88 appears to be needed as well.

Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
- name: lint code
run: cargo fmt --all -- --check

- name: audit code
run: cargo audit
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
run: cargo audit
run: |
cargo install cargo-audit --locked
cargo audit


- name: Run Clippy
run: cargo clippy --all -- -D warnings
- name: Cancel everything if linting fails
Expand Down Expand Up @@ -185,4 +188,4 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ env.PROGRAM_NAME }}.json
tag: canary
tag: canary
Loading
Loading