Skip to content

Commit

Permalink
Add cargo-deny
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Jul 4, 2023
1 parent d5e67cc commit 25bf592
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 120 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on: [push, pull_request]

name: tests

jobs:
cargo-deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
rust-version: "stable"
log-level: warn
command: check
Loading

0 comments on commit 25bf592

Please sign in to comment.