Skip to content

GitHub Actions: Fix test commands #4

GitHub Actions: Fix test commands

GitHub Actions: Fix test commands #4

Workflow file for this run

name: Pint
on:
workflow_dispatch:
push:
branches:
- main
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