diff options
| author | 2021-03-07 18:48:43 +0200 | |
|---|---|---|
| committer | 2021-03-07 18:48:43 +0200 | |
| commit | 11151894702fab1a06e3dfe9eca43d4596b5290e (patch) | |
| tree | c74483bd5327751ef54a486d7bdcf20eed418919 /.github/workflows | |
| parent | Add margin to bottom of captcha (diff) | |
| parent | Renables OAuth Button On Failure (diff) | |
Merge branch 'main' into hcaptcha
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/ |