Skip to content

Update tailwindcss 3.4.14 → 4.3.2 (major) #7936

Update tailwindcss 3.4.14 → 4.3.2 (major)

Update tailwindcss 3.4.14 → 4.3.2 (major) #7936

Workflow file for this run

name: Code quality - linting
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "22"
cache: "yarn"
- run: yarn install
- name: Linting
run: yarn lint:js
- name: Prettier
run: yarn format