Skip to content

Commit

Permalink
Update php-cs-fixer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theronakpatel authored Feb 22, 2024
1 parent 83c115f commit a46eb02
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@ on:

jobs:
php-cs-fixer:
name: PHP CS Fixer
name: PHP-CS-Fixer
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Install dependencies
run: composer install --no-progress --no-suggest --prefer-dist

- name: Run PHP CS Fixer
run: php vendor/bin/php-cs-fixer fix --verbose --diff --dry-run
- uses: actions/checkout@v4
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --diff --dry-run

0 comments on commit a46eb02

Please sign in to comment.