Skip to content

↗️ [patch](deps): bump hono from 4.9.8 to 4.9.9 #6603

↗️ [patch](deps): bump hono from 4.9.8 to 4.9.9

↗️ [patch](deps): bump hono from 4.9.8 to 4.9.9 #6603

Workflow file for this run

#
name: 👷 CI
on:
push:
pull_request:
workflow_dispatch:
env:
TZ: Europe/Paris
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Install bun
uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun run test:type-check
- run: bun test
--coverage
--coverage-reporter=lcov
--coverage-reporter=text