Skip to content

Fix GitHub Pages upload #34

Fix GitHub Pages upload

Fix GitHub Pages upload #34

Workflow file for this run

name: Audit
on:
push:
branches: ["main"]
pull_request:
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
audit:
name: Audit
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: taiki-e/install-action@v2
with:
tool: cargo-audit
- name: Run Audit
run: cargo audit -D warnings