Obsolete as of actions/setup-node#125
+++ /dev/null
-{
- "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
- }
- ]
- }
- ]
-}
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