Skip to content

Commit

Permalink
Update workflows and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed May 15, 2024
1 parent 4013171 commit 736179b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pint
name: Pint

on: push

Expand All @@ -14,7 +14,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
php-version: 8.2
- name: Install Composer
run: composer install --no-interaction
- name: Run Laravel Pint
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,11 @@ Will return the following string to the `index` view:
```

### Configuration
wip..

### Test
wip..

## License

This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

0 comments on commit 736179b

Please sign in to comment.