Skip to content

Bump guzzlehttp/psr7 from 2.9.0 to 2.11.0 #228

Bump guzzlehttp/psr7 from 2.9.0 to 2.11.0

Bump guzzlehttp/psr7 from 2.9.0 to 2.11.0 #228

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/laravel-pint-action@2.6
with:
configPath: "pint.json"