Skip to content

Update husky to version 9.1.6 #403

Update husky to version 9.1.6

Update husky to version 9.1.6 #403

Workflow file for this run

name: Lint
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint