Skip to content

chore: More schemas action tweaks #429

chore: More schemas action tweaks

chore: More schemas action tweaks #429

Workflow file for this run

# name: 🛡 Audit-Check
# on:
# schedule:
# - cron: '0 0 * * *'
# jobs:
# security-audit:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout Repository
# uses: actions/checkout@v4
# - name: Cache Project
# uses: Swatinem/rust-cache@v2
# - name: Run Audit-Check
# uses: rustsec/[email protected]
# with:
# token: ${{ secrets.GITHUB_TOKEN }}