Skip to content

types: improve the types returned by styled #4

types: improve the types returned by styled

types: improve the types returned by styled #4

Workflow file for this run

name: checks
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: corepack enable
- run: corepack pnpm install
- name: Install Playwright Browsers
run: corepack pnpm exec playwright install --with-deps
- name: Run Tests
run: corepack pnpm test run