Update 10up/action-wordpress-plugin-asset-update action #9
Workflow file for this run
This file contains hidden or 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
# Run WP.org's plugin check. | |
# | |
# This file is managed in https://github.com/happyprime/projects | |
name: WP.org Plugin Check | |
on: | |
push: | |
branches: | |
- trunk | |
pull_request: | |
branches: | |
- trunk | |
jobs: | |
call-workflow: | |
uses: happyprime/workflows/.github/workflows/plugin-check.yml@trunk | |
with: | |
php-version: '8.3' |