Skip to content

Commit

Permalink
- Added automatic file committing to our code formatting action & rep…
Browse files Browse the repository at this point in the history
…laced its formatting call with our composer command
  • Loading branch information
swatty007 committed Sep 26, 2023
1 parent 437ee0c commit 0e9200a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/check-coding-standards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@ jobs:
run: composer update

- name: Verify Coding Standards
run: vendor/bin/php-cs-fixer fix --diff --dry-run
run: composer run format

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply php-cs-fixer changes

0 comments on commit 0e9200a

Please sign in to comment.