We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5529ad commit 989d92dCopy full SHA for 989d92d
4 files changed
.github/workflows/ci.yml
@@ -100,13 +100,13 @@ jobs:
100
command: fmt
101
args: --all -- --check --verbose
102
103
- # audit:
104
- # name: Audit check
105
- # runs-on: ubuntu-latest
106
- # steps:
107
- # - name: Checkout
108
- # uses: actions/checkout@v2
109
- # - name: Run cargo-audit
110
- # uses: actions-rs/audit-check@v1
111
- # with:
112
- # 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 }}
0 commit comments