Skip to content

Commit

Permalink
chore: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu committed Feb 11, 2024
1 parent 94ed014 commit ec49179
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
php_extensions: dom fileinfo filter libxml xmlreader zip gd
- name: php-cs-fixer
run: ./vendor/bin/php-cs-fixer fix --dry-run --diff

Expand All @@ -18,4 +20,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
php_extensions: dom fileinfo filter libxml xmlreader zip gd
- uses: php-actions/phpstan@v3

0 comments on commit ec49179

Please sign in to comment.