Skip to content

Upgrade Laravel 10/11 #106

Upgrade Laravel 10/11

Upgrade Laravel 10/11 #106

Workflow file for this run

name: "Git conventions"
on:
workflow_call:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review, review_requested, auto_merge_enabled]
concurrency:
group: larastrict-commits-${{ github.ref }}
cancel-in-progress: true
jobs:
commits:
name: 👮‍Confronts to conventional commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: webiny/action-conventional-commits@v1.1.0