Compare commits
1 commit
b9348c9e91
...
01707dbb34
Author | SHA1 | Date | |
---|---|---|---|
01707dbb34 |
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ jobs:
|
|||
- name: Lint
|
||||
run: vendor/bin/phplint --no-cache --no-progress --exclude=vendor --verbose
|
||||
- name: PHP CS Fixer
|
||||
run: PHP_CS_FIXER_IGNORE_ENV=yes vendor/bin/php-cs-fixer fix --dry-run --verbose --diff .
|
||||
run: vendor/bin/php-cs-fixer check --using-cache=no --diff --verbose .
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
|
Loading…
Add table
Reference in a new issue