Skip to content

GitHub Actions: Fix goreleaser workflow (#152) #202

GitHub Actions: Fix goreleaser workflow (#152)

GitHub Actions: Fix goreleaser workflow (#152) #202

Workflow file for this run

name: Audit
on:
workflow_dispatch:
schedule:
- cron: '26 3 * * *'
pull_request:
branches:
- main
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
permissions:
contents: read
jobs:
php:
uses: typisttech/.github/.github/workflows/audit-php.yml@8c3b859e35165a6e81a660713be195ec61d2ca1d # v5.2.1
go:
uses: typisttech/.github/.github/workflows/audit-go.yml@8c3b859e35165a6e81a660713be195ec61d2ca1d # v5.2.1