Skip to content

Bump nunomaduro/collision from 7.8.1 to 7.9.0 #300

Bump nunomaduro/collision from 7.8.1 to 7.9.0

Bump nunomaduro/collision from 7.8.1 to 7.9.0 #300

Workflow file for this run

name: Lint
on:
- push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
tools: phplint, laravel/pint
coverage: none
- name: Check syntax
run: phplint .
- name: Check code style
run: pint --test