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 d2f1e87 commit 7eb46c9Copy full SHA for 7eb46c9
.github/workflows/php-cs-fixer.yml
.github/workflows/pint.yml
@@ -0,0 +1,15 @@
1
+name: Laravel Pint
2
+
3
+on: [pull_request]
4
5
+jobs:
6
+ php-cs-fixer:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v3
10
11
+ - name: Install Dependencies
12
+ run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --prefer-dist --working-dir=tools/pint
13
14
+ - name: Laravel Pint Dry Run
15
+ run: ./tools/pint/vendor/bin/pint -v --test
0 commit comments