Fix bug where post meta may not save #1556
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: Coding Standards | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
types: [opened, synchronize, reopened, ready_for_review] | |
jobs: | |
coding-standards: | |
if: github.event.pull_request.draft == false | |
name: PHP Coding Standards | |
uses: alleyinteractive/.github/.github/workflows/php-coding-standards.yml@main | |
with: | |
working-directory: plugin |