This commit is contained in:
parent
9e67ed202b
commit
b5458ee788
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
name: lint
|
||||
run-name: lint is launched by ${{ github.actor }}
|
||||
on: [push]
|
||||
|
@ -22,6 +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 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…
Reference in a new issue