Skip to content

Commit

Permalink
Fix linter path.
Browse files Browse the repository at this point in the history
  • Loading branch information
DvDty committed Jan 28, 2024
1 parent 19f897d commit 11e3f7a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
tools: composer:v2
coverage: none

Expand All @@ -52,8 +52,7 @@ jobs:
run: composer install

- name: Run linter
working-directory: ./application
run: ./vendor/bin/php-cs-fixer fix app/
run: ./application/vendor/bin/php-cs-fixer fix app/

- name: Commit linted files
id: auto-commit-action
Expand Down

0 comments on commit 11e3f7a

Please sign in to comment.