Skip to content

Commit

Permalink
Revert linter path.
Browse files Browse the repository at this point in the history
  • Loading branch information
DvDty committed Jan 28, 2024
1 parent 0acd8b6 commit c8927ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

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

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

0 comments on commit c8927ab

Please sign in to comment.