Skip to content

Commit

Permalink
Run some CI checks about advisories
Browse files Browse the repository at this point in the history
Summary: Based on a request in #49

Reviewed By: krallin

Differential Revision: D36400473

fbshipit-source-id: c2c03cd00572e039e94b7f2b3f7e1b68b57116be
  • Loading branch information
ndmitchell authored and facebook-github-bot committed May 16, 2022
1 parent f7130d0 commit 959865f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ jobs:
- run: cargo build
- run: cargo test
- run: cargo bench
- uses: EmbarkStudios/cargo-deny-action@v1
if: matrix.os == 'ubuntu-latest' # Only works on Linux
with:
command: check advisories bans sources

0 comments on commit 959865f

Please sign in to comment.