Skip to content

Coding Standards

Coding Standards #210

name: Coding Standards
on:
pull_request:
branches:
- develop
types: [opened, synchronize, reopened, ready_for_review]
schedule:
- cron: '0 6 * * 0' # Run once per week at 6am UTC on Sundays.
jobs:
coding-standards:
if: github.event.pull_request.draft == false
uses: alleyinteractive/.github/.github/workflows/php-coding-standards.yml@main