Skip to content

Commit

Permalink
Include output of PHP-CS-Fixer.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Jan 30, 2025
1 parent 79d48af commit fcbf067
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: check ruff formatter
run: ruff format --check .

- name: Restore php-cs-fixer
id: cache-php-cs-fixer
uses: actions/cache/restore@v4
Expand All @@ -43,9 +43,9 @@ jobs:
run: |
php composer.phar install --working-dir=tools/php-cs-fixer
- name: Install PHP-CS-Fixer
- name: Run PHP-CS-Fixer
run: |
tools/php-cs-fixer/vendor/bin/php-cs-fixer check
tools/php-cs-fixer/vendor/bin/php-cs-fixer --diff check
- name: Save php-cs-fixer
id: save-php-cs-fixer
Expand All @@ -54,4 +54,4 @@ jobs:
path: |
.php-cs-fixer.cache
tools/php-cs-fixer
key: ${{ runner.OS }}-${{ github.repository }}-phpcsfixer74
key: ${{ runner.OS }}-${{ github.repository }}-phpcsfixer74

0 comments on commit fcbf067

Please sign in to comment.