Skip to content

Commit

Permalink
Update php-lint action for Github
Browse files Browse the repository at this point in the history
Use same Lizmap setup
  • Loading branch information
nboisteault committed Jan 18, 2024
1 parent 3939938 commit 6684c43
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/php-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6684c43

Please sign in to comment.