Skip to content

chore: upgrade to v1.0.2 #6

chore: upgrade to v1.0.2

chore: upgrade to v1.0.2 #6

Workflow file for this run

name: Check typescript
on: [push]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/styled
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Check TypeScript types
run: yarn run tsc