diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 2105932..bf457bb 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: composer require --dev bamarni/composer-bin-plugin composer bin phplint require --dev overtrue/phplint composer require --dev friendsofphp/php-cs-fixer - - name: Lint + - name: Lint PHP files run: vendor/bin/phplint --no-cache --no-progress --exclude=vendor --verbose - name: PHP CS Fixer run: vendor/bin/php-cs-fixer fix --dry-run --verbose --diff .