Skip to content

Commit 7676184

Browse files
committed
Bypass php-cs-fixer environment requirements for now
1 parent 715a5ae commit 7676184

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/check-cmake.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,9 @@ jobs:
3737
run: ./bin/check-cmake.php
3838

3939
- name: Run PHP CS Fixer
40-
run: php-cs-fixer check --diff --rules=@Symfony,@PER-CS --using-cache=no -- bin
40+
run: |
41+
PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer check \
42+
--diff \
43+
--rules=@Symfony,@PER-CS \
44+
--using-cache=no \
45+
-- bin

0 commit comments

Comments
 (0)