Skip to content

Bump codecov/codecov-action from 5.5.1 to 5.5.3 #157

Bump codecov/codecov-action from 5.5.1 to 5.5.3

Bump codecov/codecov-action from 5.5.1 to 5.5.3 #157

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"