Skip to content

Commit cf86bf1

Browse files
committed
remove pint
1 parent 6021d88 commit cf86bf1

File tree

3 files changed

+7
-78
lines changed

3 files changed

+7
-78
lines changed

.github/workflows/code-style.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ jobs:
3333
restore-keys: |
3434
${{ runner.os }}-php-
3535
36-
- name: Install dependencies
37-
if: steps.composer-cache.outputs.cache-hit != 'true'
38-
run: composer install --prefer-dist --no-progress --no-suggest
36+
- name: Install Pint
37+
run: composer global require laravel/pint
3938

40-
- name: Run pint
41-
run: ./vendor/bin/pint --test
39+
- name: Run Pint
40+
run: pint --test

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@
1818
"psy/psysh": "*"
1919
},
2020
"minimum-stability": "stable",
21-
"prefer-stable": true,
22-
"require-dev": {
23-
"laravel/pint": "^1.19"
24-
}
21+
"prefer-stable": true
2522
}

composer.lock

Lines changed: 2 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)