Skip to content

chore(deps): bump react-hook-form from 7.51.2 to 7.51.5 #343

chore(deps): bump react-hook-form from 7.51.2 to 7.51.5

chore(deps): bump react-hook-form from 7.51.2 to 7.51.5 #343

Workflow file for this run

name: ci
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/bun
- name: static check
run: bun run ci:check
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/bun
- name: test
run: bun run ci:test-group