Skip to content

Add modal component, story, and theme #72

Add modal component, story, and theme

Add modal component, story, and theme #72

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- 'main'
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node env
uses: actions/setup-node@v3
with:
node-version: 18.17.1
- name: Install dependencies
run: npm ci
- name: Typecheck
run: npm run typecheck
- name: Lint
run: npm run lint