Skip to content

feat: updaye hono adapter with createMiddleware pattern #35

feat: updaye hono adapter with createMiddleware pattern

feat: updaye hono adapter with createMiddleware pattern #35

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: latest
- uses: actions/setup-node@v5
with:
node-version: 22
cache: pnpm
- run: pnpm install
- run: pnpm typecheck
- run: pnpm lint