Skip to content

Bump codecov/codecov-action from 4 to 5 #13

Bump codecov/codecov-action from 4 to 5

Bump codecov/codecov-action from 4 to 5 #13

Workflow file for this run

name: pint
on: [push, pull_request]
jobs:
analyze:
runs-on: ubuntu-latest
name: Laravel Pint
steps:
- name: 🏗 Checkout code
uses: actions/checkout@v4
- name: 🏗 Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.3"
coverage: none
tools: laravel/pint
- name: 🧪 Analyse code
run: pint