mirror of
https://github.com/danog/loop.git
synced 2024-11-26 20:04:44 +01:00
Fixup CI
This commit is contained in:
parent
f035e48d59
commit
b39135ed3e
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -43,7 +43,9 @@ jobs:
|
|||||||
wget https://github.com/infection/infection/releases/download/0.27.0/infection.phar -O /usr/local/bin/infection
|
wget https://github.com/infection/infection/releases/download/0.27.0/infection.phar -O /usr/local/bin/infection
|
||||||
chmod +x /usr/local/bin/infection
|
chmod +x /usr/local/bin/infection
|
||||||
|
|
||||||
- name: Run CS check
|
- name: Run codestyle check
|
||||||
|
env:
|
||||||
|
PHP_CS_FIXER_IGNORE_ENV: 1
|
||||||
run: |
|
run: |
|
||||||
vendor/bin/php-cs-fixer --diff --dry-run -v fix
|
vendor/bin/php-cs-fixer --diff --dry-run -v fix
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user