Compare commits
1 commit
5d3e8cfbed
...
6d56648e1e
Author | SHA1 | Date | |
---|---|---|---|
6d56648e1e |
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: vendor/bin/php-cs-fixer check --using-cache=no --diff --verbose .
|
||||
run: 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