Skip to content

Commit

Permalink
remove cs2pr, progress off
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Feb 6, 2024
1 parent ec9f90e commit e8906f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
tools: php-cs-fixer:3.45, cs2pr
tools: php-cs-fixer:3.45

- uses: actions/cache@v3
with:
Expand All @@ -27,5 +27,4 @@ jobs:
${{ github.repository }}-8.2-phpcsfixer-
- name: Run PHP-CS-Fixer
# Using cs2pr settings, see: https://github.com/shivammathur/setup-php#tools-with-checkstyle-support
run: 'php-cs-fixer fix --dry-run --diff'
run: 'php-cs-fixer fix --dry-run --show-progress=none --diff'

0 comments on commit e8906f2

Please sign in to comment.