Skip to content

Update dependency husky to v9 #226

Update dependency husky to v9

Update dependency husky to v9 #226

Workflow file for this run

name: Lint package [on PR]
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- run: yarn
- run: yarn lint
- run: yarn build