Compare commits
2 commits
0a502288f1
...
82a001e9d9
Author | SHA1 | Date | |
---|---|---|---|
82a001e9d9 | |||
b37a76e065 |
2 changed files with 2 additions and 1 deletions
|
@ -29,5 +29,5 @@ jobs:
|
||||||
- name: Lint PHP files
|
- name: Lint PHP files
|
||||||
run: vendor/bin/phplint --no-cache --no-progress --exclude=vendor --verbose
|
run: vendor/bin/phplint --no-cache --no-progress --exclude=vendor --verbose
|
||||||
- name: PHP CS Fixer
|
- 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 }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ClickAt
|
* ClickAt
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue