Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mi5t4n committed Dec 4, 2023
1 parent ed3a817 commit d8557ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs_on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

# Install composer dependencies in the workflow run.
- name: Composer install
run: composer install --no-dev --no-progress --no-interaction
run: composer install --no-progress --no-interaction

- name: Run PHPCS inspection with PHP 8.1
uses: rtCamp/action-phpcs-code-review@master
Expand Down

0 comments on commit d8557ab

Please sign in to comment.