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 4451391 commit 78477d5Copy full SHA for 78477d5
.github/workflows/code-quality.yml
@@ -35,27 +35,6 @@ jobs:
35
- name: Run PHPStan
36
run: ./vendor/bin/phpstan analyse src tests --error-format=github
37
38
- pint:
39
- runs-on: ubuntu-latest
40
- steps:
41
- - uses: actions/checkout@v4
42
- - name: Cache Composer dependencies
43
- uses: actions/cache@v4
44
- with:
45
- path: |
46
- ~/.composer/cache
47
- vendor
48
- key: composer-${{ runner.os }}-pint-${{ hashFiles('**/composer.lock') }}
49
- restore-keys: |
50
- composer-${{ runner.os }}-
51
- - name: Setup PHP
52
- uses: shivammathur/setup-php@v2
53
54
- php-version: 8.2
55
- - name: Install dependencies
56
- run: composer install --no-interaction
57
- - name: Run Pint
58
- run: ./vendor/bin/pint --test
59
60
node-parser:
61
runs-on: ubuntu-latest
0 commit comments