Skip to content

Bump tailwindcss from 3.3.6 to 3.4.17 in /laravel #1068

Bump tailwindcss from 3.3.6 to 3.4.17 in /laravel

Bump tailwindcss from 3.3.6 to 3.4.17 in /laravel #1068

Workflow file for this run

---
name: Lint
on:
- push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/[email protected]
with:
php-version: '8.0'
tools: phplint
- name: Check syntax
run: phplint ./laravel