ci: remove audit

This commit is contained in:
MedzikUser 2022-03-11 20:40:38 +01:00
parent 03f57025e8
commit aa59201da7
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 0 additions and 26 deletions

View File

@ -1,26 +0,0 @@
name: Security audit
on:
push:
branches:
- main
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Audit check
uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}