Skip to content

Bump hono from 4.11.7 to 4.12.25 in /cloudflare #62

Bump hono from 4.11.7 to 4.12.25 in /cloudflare

Bump hono from 4.11.7 to 4.12.25 in /cloudflare #62

---
name: Cloudflare Worker Checks
on:
push:
branches: [main]
paths: ['cloudflare/**']
pull_request:
paths: ['cloudflare/**']
permissions:
contents: read
jobs:
checks:
name: Typecheck, lint, and check formatting
runs-on: ubuntu-latest
defaults:
run:
working-directory: cloudflare
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '22'
cache: 'npm'
cache-dependency-path: cloudflare/package-lock.json
- run: npm clean-install
- run: npm run typecheck
- run: npm run check