Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Update Lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 authored Jan 10, 2024
1 parent 6972c31 commit 0d83c48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
- name: PHPStan
run: |
composer require phpstan/phpstan 1.10.55
./upload/temp/vendor/bin/phpstan analyze --no-progress
./upload/temp/phpstan analyze --no-progress
- name: Code style
if: matrix.php == '8.3'
run: |
composer require --dev -w friendsofphp/php-cs-fixer v3.46.0
./upload/temp/vendor/bin/php-cs-fixer fix --dry-run --diff --ansi || true
./upload/temp/vendor/bin/php-cs-fixer fix --dry-run --format=checkstyle | cs2pr
./upload/temp/php-cs-fixer fix --dry-run --diff --ansi || true
./upload/temp/php-cs-fixer fix --dry-run --format=checkstyle | cs2pr

0 comments on commit 0d83c48

Please sign in to comment.