Skip to content

feat: initial release of @emdash-cms/plugin-troubleshooting #1

feat: initial release of @emdash-cms/plugin-troubleshooting

feat: initial release of @emdash-cms/plugin-troubleshooting #1

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm typecheck
- run: pnpm test
# Full `pnpm build` needs plugin-cli that knows cache:purge (ships with
# emdash ≥0.32). Until then CI only verifies tests + types; dist/ is
# committed for github: installs.