Skip to content

Commit

Permalink
chore: php-cs-fixer in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu committed Feb 10, 2024
1 parent 9bf8f79 commit 89173ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
- uses: php-actions/composer@v6
with:
php_extensions: dom fileinfo filter libxml xmlreader zip gd
- uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --dry-run
- uses: php-actions/phpstan@v3
- uses: php-actions/phpunit@v3
with:
Expand Down

0 comments on commit 89173ce

Please sign in to comment.