Skip to content

Update husky to version 9.0.10 #391

Update husky to version 9.0.10

Update husky to version 9.0.10 #391

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