Skip to content

build(deps-dev): bump lefthook from 2.1.4 to 2.1.5 in the minor-and-patch group across 1 directory #113

build(deps-dev): bump lefthook from 2.1.4 to 2.1.5 in the minor-and-patch group across 1 directory

build(deps-dev): bump lefthook from 2.1.4 to 2.1.5 in the minor-and-patch group across 1 directory #113

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install --frozen-lockfile
- run: bun run lint
- run: bun run test
- run: bun run build