Bump @alleyinteractive/block-editor-tools from 0.10.2 to 0.10.3 #153
Workflow file for this run
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: Code Quality | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
# Uncomment and edit the following to run on a schedule. | |
# schedule: | |
# - cron: '45 5 * * 0' # Run once per week at 5:45am UTC on Sundays. | |
jobs: | |
code-quality: | |
uses: alleyinteractive/.github/.github/workflows/php-code-quality.yml@main | |
with: | |
php: '8.2' |