Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Bump tailwindcss from 3.4.17 to 4.1.11 #998

Bump tailwindcss from 3.4.17 to 4.1.11

Bump tailwindcss from 3.4.17 to 4.1.11 #998

Workflow file for this run

name: ESLint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
eslint:
name: Running ESLint scan
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
- name: Install PNPM
uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run linter
run: pnpm lint