Skip to content

Commit

Permalink
Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpisa committed Jun 13, 2023
1 parent 5fafb9c commit b96cf7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
1 change: 0 additions & 1 deletion stubs/laravel/controller.plain.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace {{ namespace }};

use {{ rootNamespace }}Http\Controllers\Controller;
use Illuminate\Http\Request;

class {{ class }} extends Controller
{
Expand Down
15 changes: 1 addition & 14 deletions stubs/workflows/ci.stub
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [main, staging]

jobs:
tests:
checks:
runs-on: ubuntu-latest

services:
Expand Down Expand Up @@ -56,19 +56,6 @@ jobs:
DB_PORT: ${{ job.services.mysql.ports[3306] }}
DB_PASSWORD: ""

duster:
needs: tests

runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

- name: Run duster
timeout-minutes: 10
uses: tighten/duster-action@v1
Expand Down

0 comments on commit b96cf7e

Please sign in to comment.