Skip to content

chore(deps-dev): bump prettier-plugin-tailwindcss from 0.6.8 to 0.6.9 #194

chore(deps-dev): bump prettier-plugin-tailwindcss from 0.6.8 to 0.6.9

chore(deps-dev): bump prettier-plugin-tailwindcss from 0.6.8 to 0.6.9 #194

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
typecheck:
name: Typecheck
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: npm run typecheck
lint:
name: Lint
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: npm run lint:fix