Skip to content

Bump tailwindcss from 3.4.12 to 3.4.13 #792

Bump tailwindcss from 3.4.12 to 3.4.13

Bump tailwindcss from 3.4.12 to 3.4.13 #792

Workflow file for this run

name: TypeScript
on:
pull_request_target:
branches: [main]
jobs:
typescript:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v4.0.4
with:
node-version: "20"
- run: npm ci
- run: npm run typecheck