Skip to content

Own implementation of flash messages #2099

Own implementation of flash messages

Own implementation of flash messages #2099

Workflow file for this run

name: Security audit
on:
pull_request:
push:
branches:
- main
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule:
- cron: "0 0 * * *"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}