Skip to content

Commit 78477d5

Browse files
committed
hot fix
1 parent 4451391 commit 78477d5

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/code-quality.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -35,27 +35,6 @@ jobs:
3535
- name: Run PHPStan
3636
run: ./vendor/bin/phpstan analyse src tests --error-format=github
3737

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-
with:
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
5938

6039
node-parser:
6140
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)