Skip to content

Commit

Permalink
Fix php cs fixer name in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
greew committed Oct 15, 2024
1 parent 2781004 commit c61cae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: composer install --prefer-dist --no-progress

- name: Run PHP Code Sniffer
run: composer run-script codeStyle
run: composer run-script style

- name: Run test suite
run: composer run-script test

0 comments on commit c61cae2

Please sign in to comment.