Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 0 additions & 43 deletions .github/dependabot.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/grcov.yml

This file was deleted.

27 changes: 27 additions & 0 deletions .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Audit

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

concurrency:
group: ${{ github.ref }}-audit
cancel-in-progress: true

jobs:
audit:
name: Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install Rust
run: rustup toolchain install stable --profile minimal

- name: Install cargo-audit
run: cargo install cargo-audit --locked

- name: Audit
run: cargo audit
27 changes: 0 additions & 27 deletions .github/workflows/audit.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/backport.yml

This file was deleted.

Loading
Loading