Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

chore(deps): update dependency https://deno.land/x/hono to v4.3.9 #183

chore(deps): update dependency https://deno.land/x/hono to v4.3.9

chore(deps): update dependency https://deno.land/x/hono to v4.3.9 #183

Workflow file for this run

name: CI
on:
push:
branches: ["main", "renovate/*"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- run: deno check main.ts
- run: deno lint
if: always()