1 2 3 4 5 6 7 8 9 10 11 12
name: Audit on: { workflow_call: {} } jobs: docs: runs-on: ${{ vars.RUNS_ON }} steps: - uses: actions/checkout@v4 - name: Run audit uses: soltiHQ/actions/taskfile@main with: { command: ci:cargo/audit }