Skip to content

Merge pull request #9 from Toprent-app/feature/add-props-for-close-bu… #14

Merge pull request #9 from Toprent-app/feature/add-props-for-close-bu…

Merge pull request #9 from Toprent-app/feature/add-props-for-close-bu… #14

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