Update wp-ray.php #186
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: Check & fix styling | |
on: [push] | |
jobs: | |
style: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Git checkout | |
uses: actions/checkout@v2 | |
- name: Install Dependencies | |
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist | |
- name: normalize php | |
run: php vendor/bin/phpcbf | |
- uses: stefanzweifel/[email protected] | |
with: | |
commit_message: Fix formatting with phpcbf |