Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Audit

Audit #68

Workflow file for this run

name: Audit
on:
workflow_dispatch:
schedule:
- cron: '0 4 * * 5' # Every Friday @ 5AM
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}