SP-674 Add admin option to allow users to select their BitPay button #9
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: Build | |
on: [push, pull_request] | |
jobs: | |
phpcs: | |
runs-on: ubuntu-20.04 | |
strategy: | |
matrix: | |
php-version: [ 8.0, 8.1, 8.2 ] | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run WordPress code standard | |
run: | | |
./vendorPrefixed/vendor/bin/phpcs -v --ignore=vendor,vendorPrefixed,wpcs,scoper.inc.php --standard=./phpcs.xml ./ |