Skip to content

feat: markdown parsing and renamed components #19

feat: markdown parsing and renamed components

feat: markdown parsing and renamed components #19

Workflow file for this run

name: Deployment checks
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Typecheck
run: npm run typecheck
- name: Lint
run: npm run lint