Skip to content

refactor: Refactor examples #505

refactor: Refactor examples

refactor: Refactor examples #505

Workflow file for this run

name: audit
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
# 21:43 on Wednesday and Sunday. (Thanks, crontab.guru)
- cron: '43 21 * * 3,0'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/cache_restore
- run: cargo install just
- run: just audit
- uses: ./.github/actions/cache_save