Skip to content

Run pint

Run pint #71

Workflow file for this run

name: Pint
on:
push:
paths:
- "**.php"
jobs:
ci:
runs-on: ubuntu-latest
strategy:
name: Pint

Check failure on line 13 in .github/workflows/pint.yml

View workflow run for this annotation

GitHub Actions / Pint

Invalid workflow file

The workflow is not valid. .github/workflows/pint.yml (Line: 13, Col: 7): Unexpected value 'name'
fail-fast: true
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v3
with:
php-version: "ubuntu-latest"
- name: Install Composer dependencies
uses: ramsey/composer-install@v3
- name: Run Laravel Pint
run: ./vendor/bin/pint --test -v