We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4013171 commit 736179bCopy full SHA for 736179b
.github/workflows/pint.yml
@@ -1,4 +1,4 @@
1
-name: pint
+name: Pint
2
3
on: push
4
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up PHP
15
uses: shivammathur/setup-php@v2
16
with:
17
- php-version: 8.3
+ php-version: 8.2
18
- name: Install Composer
19
run: composer install --no-interaction
20
- name: Run Laravel Pint
README.md
@@ -41,5 +41,11 @@ Will return the following string to the `index` view:
41
```
42
43
### Configuration
44
+wip..
45
46
+### Test
47
wip..
48
+
49
+## License
50
51
+This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
0 commit comments