From e1a9acd38e7fb6194daec90c4c806a88ab2fc6c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 22 Feb 2021 16:33:20 +0100 Subject: [PATCH] Delete .github/typescript-tsc.json Obsolete as of actions/setup-node#125 --- .github/typescript-tsc.json | 19 ------------------- .github/workflows/typescript.yml | 1 - 2 files changed, 20 deletions(-) delete mode 100644 .github/typescript-tsc.json diff --git a/.github/typescript-tsc.json b/.github/typescript-tsc.json deleted file mode 100644 index 6985becc90..0000000000 --- a/.github/typescript-tsc.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "problemMatcher": [ - { - "owner": "tsc", - "pattern": [ - { - "source": "MIT License - Copyright (c) 2015 - present Microsoft Corporation - https://github.com/microsoft/vscode/blob/8d0ca78841d41bfbae9119879a742ad546491af0/extensions/typescript-language-features/package.json#L1006-L1017", - "regexp": "^([^\\s].*)[\\(:](\\d+)[,:](\\d+)(?:\\):\\s+|\\s+-\\s+)(error|warning|info)\\s+TS(\\d+)\\s*:\\s*(.*)$", - "file": 1, - "line": 2, - "column": 3, - "severity": 4, - "code": 5, - "message": 6 - } - ] - } - ] -} diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml index d4e0a356ba..04c1cf3b6d 100644 --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@ -19,7 +19,6 @@ jobs: node-version: "12" - uses: actions/checkout@v2 - run: npm install - - run: echo "::add-matcher::.github/typescript-tsc.json" - 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 -- 2.20.1