Skip to content

Commit 9dd67f0

Browse files
committed
chore(deps): bump dependencies and run cargo audit in CI
Signed-off-by: Radu Matei <[email protected]>
1 parent 17b8e19 commit 9dd67f0

File tree

3 files changed

+1496
-1288
lines changed

3 files changed

+1496
-1288
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- name: lint code
4242
run: make lint
4343

44+
- name: audit code
45+
run: cargo audit
46+
4447
- name: Run Clippy
4548
run: cargo clippy --all -- -D warnings
4649
- name: Cancel everything if linting fails
@@ -183,4 +186,4 @@ jobs:
183186
with:
184187
repo_token: ${{ secrets.GITHUB_TOKEN }}
185188
file: ${{ env.PROGRAM_NAME }}.json
186-
tag: canary
189+
tag: canary

0 commit comments

Comments
 (0)