Skip to content

Commit d1ca5cb

Browse files
committed
Fix action command for latest PHP-CS
1 parent 88e0b24 commit d1ca5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- name: Check code style
11-
run: docker compose -f docker-compose.cli.yml run --rm php-cs-fixer fix --verbose --show-progress=estimating --dry-run
11+
run: docker compose -f docker-compose.cli.yml run --rm php-cs-fixer fix . --verbose --show-progress=estimating --dry-run
1212
run-tests:
1313
runs-on: ubuntu-latest
1414
steps:

0 commit comments

Comments
 (0)