Skip to content

Storybook

Storybook #11

Workflow file for this run

name: Verify
on:
pull_request:
types: [ opened, reopened, synchronize ]
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 17.0.0
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm run typecheck