Skip to content

Commit

Permalink
Add cargo-deny Github Actions workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
  • Loading branch information
chenxiaolong committed Aug 20, 2024
1 parent c5b7ab2 commit 4e052f9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/deny.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: cargo-deny
on:
push:
branches:
- master
pull_request:
jobs:
check:
name: cargo-deny
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4

- name: Run cargo-deny
uses: EmbarkStudios/cargo-deny-action@v1

0 comments on commit 4e052f9

Please sign in to comment.