Skip to content

Commit

Permalink
chore: Add php-cs-fixer to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jeboehm committed Jun 2, 2022
1 parent 994050c commit 14b7ea0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Run phar
run: ./imap-tester.phar

- name: Run php-cs-fixer
run: tools/php-cs-fixer fix --allow-risky=yes --diff --dry-run

- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 14b7ea0

Please sign in to comment.