Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

build(deps-dev): bump hono from 4.2.5 to 4.2.7 #160

build(deps-dev): bump hono from 4.2.5 to 4.2.7

build(deps-dev): bump hono from 4.2.5 to 4.2.7 #160

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm run lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm test