Skip to content

Commit 989d92d

Browse files
authored
Audit (#18)
1 parent f5529ad commit 989d92d

4 files changed

Lines changed: 919 additions & 26 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ jobs:
100100
command: fmt
101101
args: --all -- --check --verbose
102102

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 }}
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 }}

0 commit comments

Comments
 (0)