diff --git a/.github/workflows/php-lint.yml b/.github/workflows/php-lint.yml index 9786314..9f68425 100644 --- a/.github/workflows/php-lint.yml +++ b/.github/workflows/php-lint.yml @@ -9,11 +9,11 @@ on: # - '**.php' jobs: php-cs-fixer: - name: PHP-CS-Fixer + name: "PHP-CS-Fixer" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - name: PHP-CS-Fixer - uses: docker://oskarstark/php-cs-fixer-ga + - uses: actions/checkout@v4 + - name: "PHP-CS-Fixer" + uses: docker://oskarstark/php-cs-fixer-ga:3.8.0 with: - args: --config=.php-cs-fixer.dist.php --diff --dry-run + args: --config=.php-cs-fixer.dist.php --allow-risky=yes --dry-run --diff