Fix consultation user journeys for API wrapper routes #168
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
| name: wp-plugin-ci | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| phpcs: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Install PHPCS | |
| run: | | |
| composer global require "squizlabs/php_codesniffer=*" | |
| echo "$HOME/.composer/vendor/bin" >> $GITHUB_PATH | |
| - name: Lint Plugin | |
| run: phpcs --standard=WordPress --extensions=php wp-malware-scanner |