Skip to content

Commit

Permalink
updated pint.yml changed the main composer command for installing pac…
Browse files Browse the repository at this point in the history
…kages
  • Loading branch information
abdelhamiderrahmouni committed Feb 21, 2024
1 parent c0e460d commit dd3d35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Install Composer
run: composer install
run: composer update -W

- name: Run Laravel Pint
run: composer pint
Expand Down

0 comments on commit dd3d35d

Please sign in to comment.