Skip to content

feat: add md and sanitize libs #130

feat: add md and sanitize libs

feat: add md and sanitize libs #130

Workflow file for this run

name: CI
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
env:
NODE_ENV: test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Build and Test
run: |
corepack enable
pnpm install
pnpm -r build
pnpm -r test
pnpm lint