Skip to content

Bump the minor-updates group across 1 directory with 16 updates #101

Bump the minor-updates group across 1 directory with 16 updates

Bump the minor-updates group across 1 directory with 16 updates #101

Workflow file for this run

name: PHP Linting
on: push
permissions:
contents: read
jobs:
pint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Check code style"
uses: aglipanci/[email protected]
with:
configPath: "pint.json"