Skip to content

fix: maake-oob docs typo #18

fix: maake-oob docs typo

fix: maake-oob docs typo #18

Workflow file for this run

name: maake-oob Package
env:
CI: true
FORCE_COLOR: 1
on:
push:
branches: [main]
paths:
- 'packages/maake-oob/**'
- .github/workflows/maake-oob.yml
- pnpm-lock.yaml
pull_request:
paths:
- 'packages/maake-oob/**'
- .github/workflows/maake-oob.yml
- pnpm-lock.yaml
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
- run: pnpm install
- run: pnpm run build
- run: pnpm -r --filter maake-oob run lint
- run: pnpm -r --filter maake-oob run test