Run lint through formatter

This commit is contained in:
Marc Rousavy
2021-02-23 14:17:10 +01:00
parent 3a8ba79a0c
commit 27ec27abcd
3 changed files with 15 additions and 1 deletions

View File

@@ -36,4 +36,4 @@ jobs:
- name: Run TypeScript
run: yarn typescript
- name: Run ESLint
run: yarn lint
run: yarn lint-ci