Skip to content

Merge pull request #79 from storybookjs/charles-fixes-post-sb8 #297

Merge pull request #79 from storybookjs/charles-fixes-post-sb8

Merge pull request #79 from storybookjs/charles-fixes-post-sb8 #297

Workflow file for this run

name: 'Type Checking and Linting'
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
yarn
- run: |
yarn lint
- run: |
yarn typescript:check