refactor: adjusting to better fit Laravel, HTML, and LK standards. Al… #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |