Skip to content

GitHub Actions: Update typisttech/.github to v3 (#27) #3

GitHub Actions: Update typisttech/.github to v3 (#27)

GitHub Actions: Update typisttech/.github to v3 (#27) #3

Workflow file for this run

name: Audit
on:
workflow_dispatch:
schedule:
- cron: '12 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:
php:
uses: typisttech/.github/.github/workflows/audit-php.yml@v3