Skip to content

Merge branch 'release/v3.0.0' of https://github.com/corowne/lorekeepe… #11

Merge branch 'release/v3.0.0' of https://github.com/corowne/lorekeepe…

Merge branch 'release/v3.0.0' of https://github.com/corowne/lorekeepe… #11

Workflow file for this run

name: Lint
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
types:
- opened
- edited
- synchronize
- reopened
jobs:
pint:
uses: itinerare/github-actions/.github/workflows/pint.yml@main
with:
php-version: '8.1'
concurrency:
group: ci-${{ github.head_ref || github.ref_name }}
blade-formatter:
uses: itinerare/github-actions/.github/workflows/blade_formatter.yml@main
concurrency:
group: ci-${{ github.head_ref || github.ref_name }}