Skip to content

Commit

Permalink
use our phpcs jobs but use the existing commit job
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jul 18, 2024
1 parent f228382 commit e88d3a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,16 @@ jobs:
with:
github_token: ${{ github.token }}
use_default_configuration_file: true
- name: Install Composer dependencies
run: composer install
- name: PHP Code Beautifier
run: composer phpcbf
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "PHPCBF: Fix coding standards"
commit_options: '--no-verify'
branch: ${{ github.ref }}
commit_user_name: "Pantheon Robot"
commit_user_email: "[email protected]"
- name: Lint
run: composer lint

0 comments on commit e88d3a7

Please sign in to comment.