From: Tim Düsterhus Date: Mon, 22 Feb 2021 15:33:20 +0000 (+0100) Subject: Delete .github/typescript-tsc.json X-Git-Tag: 5.4.0_Alpha_1~246 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e1a9acd38e7fb6194daec90c4c806a88ab2fc6c5;p=GitHub%2FWoltLab%2FWCF.git Delete .github/typescript-tsc.json Obsolete as of actions/setup-node#125 --- 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