Skip to content
Snippets Groups Projects
Verified Commit 143769c1 authored by Volkor Barbarian Warrior's avatar Volkor Barbarian Warrior
Browse files

ci: remove audit because it was useless anyway

It never worked from the start, I've never even run the command locally.
parent e7dc20d4
No related branches found
No related tags found
No related merge requests found
name: Security audit
on:
schedule:
# Runs at 00:00 UTC every sunday
- cron: '0 0 * * 0'
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Ensure that the latest version of Cargo is installed
- name: Install Rust
uses: https://github.com/dtolnay/rust-toolchain@stable
- uses: https://github.com/Swatinem/rust-cache@v2
- uses: https://github.com/actions-rs/audit-check@v1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment