diff options
author | 2021-02-10 16:04:03 +0300 | |
---|---|---|
committer | 2021-02-10 16:27:57 +0300 | |
commit | ce99800f0f355f01e975a94d04c8f0fa4401320f (patch) | |
tree | 4a74e56ff13a9ad20c03b59898f12afbde400547 /.github/workflows | |
parent | Bump husky from 4.3.8 to 5.0.9 (diff) |
Migrate Husky To v5
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test_and_lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml index 4767b3e..83e5cc1 100644 --- a/.github/workflows/test_and_lint.yml +++ b/.github/workflows/test_and_lint.yml @@ -44,4 +44,4 @@ jobs: run: yarn install - name: Lint - run: yarn run eslint --ext .ts,.tsx --format ./annotations_formatter.js src/ + run: yarn run eslint --ext .ts,.tsx --format .config/eslint/annotations_formatter.js src/ |