Skip to content

chore(deps): Bump hono from 4.9.6 to 4.9.7 in the npm_and_yarn group across 1 directory #73

chore(deps): Bump hono from 4.9.6 to 4.9.7 in the npm_and_yarn group across 1 directory

chore(deps): Bump hono from 4.9.6 to 4.9.7 in the npm_and_yarn group across 1 directory #73

Workflow file for this run

name: "Test"
on:
pull_request:
push:
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31
- uses: cachix/cachix-action@v16
with:
name: devenv
- name: Install devenv.sh
run: nix profile install nixpkgs#devenv
- name: Build the devenv shell and run any pre-commit hooks
run: devenv test