From f2b93308ae1c40206fe71713af22659a2964dfc8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 30 Oct 2020 12:38:38 +0100 Subject: [PATCH] fixup! Add tslint to typescript workflow --- .github/workflows/typescript.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml index 77b0783c68..03ab368202 100644 --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@ -23,8 +23,8 @@ jobs: - run: npx tsc --noEmit - name: Check that tslib is in sync. run: diff -wu wcfsetup/install/files/js/3rdParty/tslib.js node_modules/tslib/tslib.js - tslint: - name: "tslint" + eslint: + name: "eslint" runs-on: ubuntu-latest strategy: fail-fast: false @@ -35,7 +35,7 @@ jobs: node-version: "12" - uses: actions/checkout@v2 - run: npm install - - run: npx tslint . + - run: npx eslint . javascript_sync: name: "Check for outdated JavaScript" needs: tsc -- 2.20.1