Skip to content

Commit

Permalink
audit check
Browse files Browse the repository at this point in the history
  • Loading branch information
dsietz committed Nov 30, 2021
1 parent 4ef6c8f commit b5bced0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true

coveralls-grcov:
name: Code Coverage
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true

coveralls-grcov:
name: Code Coverage
Expand Down

0 comments on commit b5bced0

Please sign in to comment.