diff --git a/.github/problemMatchers/tsc.json b/.github/problemMatchers/tsc.json deleted file mode 100644 index 9c5d7901333..00000000000 --- a/.github/problemMatchers/tsc.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "problemMatcher": [ - { - "owner": "tsc", - "pattern": [ - { - "name": "tsc", - "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/ci.yml b/.github/workflows/ci.yml index dabc4b03012..d317fe7f0f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,9 +12,6 @@ jobs: - uses: ./.github/actions/setup-node-yarn-deps - - name: Register Problem Matcher - run: echo "##[add-matcher].github/problemMatchers/tsc.json" - - name: Run prettier run: yarn testPrettierAll