From a5d7ae22c5f7460bbbdb5932ed28bcedee3abedb Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Tue, 1 Sep 2020 09:22:07 +0200 Subject: [PATCH] :construction_worker: Automatically run tslint --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 79daf4cadb..348ae253e0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,5 +23,6 @@ jobs: npm run bootstrap npm run build --if-present npm test + npm run tslint env: CI: true