Skip to content

Commit

Permalink
add commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan-Cowin committed Nov 27, 2024
1 parent 2c2bef4 commit 67b2691
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:

- name: Commit linted files
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'Pint Fixes'

- name: PHPStan
run: phpstan analyse app/ --error-format=github
10 changes: 10 additions & 0 deletions routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,23 @@
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Route;





Route::middleware([




'auth:sanctum',
]

)->get('/user',
function (Request $request) {
return


$request
->user();
}
Expand Down

0 comments on commit 67b2691

Please sign in to comment.