Skip to content

🤖 go generate ./... #56

🤖 go generate ./...

🤖 go generate ./... #56

Workflow file for this run

name: Audit
on:
workflow_dispatch:
schedule:
- cron: '7 3 * * 1' # Weekly on Monday
pull_request:
branches:
- main
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
permissions:
contents: read
jobs:
go:
uses: typisttech/.github/.github/workflows/audit-go.yml@v3