Skip to content

feat: add markdown-it-ts to acknowledgments in documentation #46

feat: add markdown-it-ts to acknowledgments in documentation

feat: add markdown-it-ts to acknowledgments in documentation #46

Workflow file for this run

name: Types Declaration Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
dts-and-typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v2
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run typecheck
run: pnpm run typecheck