Skip to content

Commit

Permalink
Revert "add tsc problem matcher for GH Actions ..."
Browse files Browse the repository at this point in the history
This reverts commit a6ad5c9.

The `tsc` problem matcher is now properly included in `setup-node`
(actions/setup-node#125).
  • Loading branch information
marcelgerber committed Mar 2, 2022
1 parent 8e342d8 commit 45330cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
19 changes: 0 additions & 19 deletions .github/problemMatchers/tsc.json

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -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

Expand Down

0 comments on commit 45330cf

Please sign in to comment.