We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3be1b commit b5fedc0Copy full SHA for b5fedc0
.github/workflows/cs-fix.yml
@@ -0,0 +1,12 @@
1
+on:
2
+ push:
3
+ branches:
4
+ - '*'
5
+
6
+name: Fix Code Style
7
8
+jobs:
9
+ cs-fix:
10
+ permissions:
11
+ contents: write
12
+ uses: spiral/gh-actions/.github/workflows/cs-fix.yml@master
.php-cs-fixer.dist.php
@@ -10,4 +10,5 @@
->include(__DIR__ . '/config')
->include(__DIR__ . '/tests')
->include(__DIR__ . '/rector.php')
13
+ ->allowRisky(false)
14
->build();
0 commit comments