diff options
| author | 2021-03-06 19:17:37 +0000 | |
|---|---|---|
| committer | 2021-03-06 19:17:37 +0000 | |
| commit | 376520dea9180554d59903d167579fa115e49dad (patch) | |
| tree | 16e9843395c28806ed9aa9f93eebe25951ac22f6 /.github | |
| parent | Merge pull request #167 from python-discord/dependabot/npm_and_yarn/typescrip... (diff) | |
| parent | Set pre-commit to be executable (diff) | |
Merge pull request #134 from python-discord/dependabot/npm_and_yarn/husky-5.0.9
Diffstat (limited to '.github')
| -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/ |