Skip to content

Bump husky from 4.3.6 to 9.0.11 #323

Bump husky from 4.3.6 to 9.0.11

Bump husky from 4.3.6 to 9.0.11 #323

Workflow file for this run

name: Build Check
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2-beta
with:
fetch-depth: 1
- name: Installing packages
run: yarn
- name: Run build
run: yarn build