8000 Update dependency react-hook-form to v7.56.2 · tumugin/colne@03329ed · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update dependency react-hook-form to v7.56.2 #2947

Update dependency react-hook-form to v7.56.2

Update dependency react-hook-form to v7.56.2 #2947

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn install
- run: yarn run lint
0