aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-02-10 16:04:03 +0300
committerGravatar Hassan Abouelela <[email protected]>2021-02-10 16:27:57 +0300
commitce99800f0f355f01e975a94d04c8f0fa4401320f (patch)
tree4a74e56ff13a9ad20c03b59898f12afbde400547 /.github/workflows
parentBump 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.yml2
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/