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