Skip to content

Bump tailwindcss from 3.4.18 to 3.4.19 (#1398) #2733

Bump tailwindcss from 3.4.18 to 3.4.19 (#1398)

Bump tailwindcss from 3.4.18 to 3.4.19 (#1398) #2733

Workflow file for this run

name: 🔍 Lint / Type Checks
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
actions: read
security-events: read
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install tools & dependencies
uses: ./.github/actions/install
- name: Generate virtual modules
run: pnpm sync
- name: TypeScript check
run: pnpm check:types
lint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install tools & dependencies
uses: ./.github/actions/install
- name: Lint code
run: pnpm check:lint