Skip to content

Commit

Permalink
fix: composer dev deps and auto styling
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbutcher committed Oct 6, 2023
1 parent effea69 commit de65163
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/fix-code-styling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Fix Code Styling"

on:
push:
branches:
- main

permissions:
contents: write

jobs:
lint:
uses: laravel/.github/.github/workflows/coding-standards.yml@main
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
"laravel/socialite": "^5.9"
},
"require-dev": {
"laravel/jetstream": "^4.0",
"laravel/sanctum": "^3.3",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^2.0",
Expand Down

0 comments on commit de65163

Please sign in to comment.