Skip to content

Bump laravel/framework from 9.52.15 to 9.52.16 in /laravel (#401) #808

Bump laravel/framework from 9.52.15 to 9.52.16 in /laravel (#401)

Bump laravel/framework from 9.52.15 to 9.52.16 in /laravel (#401) #808

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/[email protected]
with:
php-version: '8.0'
tools: phplint
- name: Check syntax
run: phplint ./laravel