Skip to content

Remove tailwind typography #1614

Remove tailwind typography

Remove tailwind typography #1614

Workflow file for this run

name: Check
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
Typescript:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 22
cache: "pnpm"
- run: pnpm install
- name: Run checks
run: pnpm ts:check
Biome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 22
cache: "pnpm"
- run: pnpm install
- name: Run biome checks
run: pnpm biome ci --changed --no-errors-on-unmatched --error-on-warnings