Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jfdi] Add
phpcbf
before lint (#380)
* bump checkout version * move composer install to its own step * add phpcbf job * add perms so we can commit * make it all one action & allow push to fail * Update lint-test.yml to allow commit and push to fail if there are no changes * use an existing action & workflow * use our phpcs jobs but use the existing commit job * remove cbf from lint-test and go back to just linting * don't need write permissions anymore * move phpcbf & commit to a separate workflow that runs on pull_request * add a comment back to the PR if the robot made changes * intentionally break linting * allow the workflow to continue when phpcbf returns error code 1 * remove branch use whatever the default is * take out the third party action for the commit * we need to actually push the changes * another intentional bad code change * fix destination to push to * explicitly use the pr head ref * PHPCBF: Fix coding standards --------- Co-authored-by: Pantheon Robot <bot@getpantheon.com>
- Loading branch information