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 a62c4be commit b04223bCopy full SHA for b04223b
.github/workflows/code-quality.yaml
@@ -32,23 +32,6 @@ jobs:
32
- run: pnpm install --frozen-lockfile
33
- run: pnpm run ci
34
35
- coding-style-php:
36
- runs-on: ubuntu-latest
37
- steps:
38
- - uses: actions/checkout@v4
39
-
40
- - uses: shivammathur/setup-php@v2
41
- with:
42
- php-version: '8.1'
43
44
- - name: Install root dependencies
45
- uses: ramsey/composer-install@v3
46
47
- working-directory: ${{ github.workspace }}
48
49
- - name: php-cs-fixer
50
- run: ./vendor/bin/php-cs-fixer fix --dry-run --diff
51
52
phpstan:
53
name: PHPStan
54
runs-on: ubuntu-latest
0 commit comments