Skip to content

docs: replace @marko/run with markopack in adapter READMEs #32

docs: replace @marko/run with markopack in adapter READMEs

docs: replace @marko/run with markopack in adapter READMEs #32

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-and-verify:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run build
- run: npm run verify:example
- run: npm run test:routes