Skip to content

Commit

Permalink
Audit (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanarijit authored Jun 29, 2023
1 parent f5529ad commit 989d92d
Show file tree
Hide file tree
Showing 4 changed files with 919 additions and 26 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ jobs:
command: fmt
args: --all -- --check --verbose

# audit:
# name: Audit check
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v2
# - name: Run cargo-audit
# uses: actions-rs/audit-check@v1
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
audit:
name: Audit check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run cargo-audit
uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit 989d92d

Please sign in to comment.