Delete .github/typescript-tsc.json
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 22 Feb 2021 15:33:20 +0000 (16:33 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 22 Feb 2021 15:34:32 +0000 (16:34 +0100)
Obsolete as of actions/setup-node#125

.github/typescript-tsc.json [deleted file]
.github/workflows/typescript.yml

diff --git a/.github/typescript-tsc.json b/.github/typescript-tsc.json
deleted file mode 100644 (file)
index 6985bec..0000000
+++ /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
-        }
-      ]
-    }
-  ]
-}
index d4e0a356ba41902769e1ec993e2e9e81cdf8ab86..04c1cf3b6dbf81f7280783b7a91c5d956ca442e7 100644 (file)
@@ -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