Skip to content

Update GitHub Actions: Use `typisttech/.github/tree/main/.github/work… #1

Update GitHub Actions: Use `typisttech/.github/tree/main/.github/work…

Update GitHub Actions: Use `typisttech/.github/tree/main/.github/work… #1

Workflow file for this run

name: Pint
on:
workflow_dispatch:
push:
branches:
- main
paths:
- .github/workflows/pint.yml
- '**.php'
- composer.*
- pint.json
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
permissions: {}
jobs:
pint:
uses: typisttech/.github/.github/workflows/pint.yml@v2
permissions:
contents: read
with:
php-version: '8.4'
secrets: inherit