We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e0b24 commit d1ca5cbCopy full SHA for d1ca5cb
.github/workflows/php.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v2
10
- 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
+ run: docker compose -f docker-compose.cli.yml run --rm php-cs-fixer fix . --verbose --show-progress=estimating --dry-run
12
run-tests:
13
runs-on: ubuntu-latest
14
0 commit comments