Skip to content

Bump codecov/codecov-action from 4.5.0 to 5.0.7 #924

Bump codecov/codecov-action from 4.5.0 to 5.0.7

Bump codecov/codecov-action from 4.5.0 to 5.0.7 #924

Workflow file for this run

name: PHP Linting
on: push
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"