Coding Standards #148
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |