From 4c85c43960a292ea5eb7bef1cefd2ac60d1900ad Mon Sep 17 00:00:00 2001 From: Edric Date: Fri, 14 Feb 2020 17:28:46 +0800 Subject: [PATCH] ci: add step for Angular problem matchers --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dca096fb..91e9cf15 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,6 +17,8 @@ jobs: uses: actions/setup-node@v1 with: node-version: '10.x' + - name: Setup Angular problem matchers + uses: EdricChan03/angular-problem-matchers-action@v0.0.0 - name: Cache node modules uses: actions/cache@v1 id: node_modules_cache @@ -45,6 +47,8 @@ jobs: uses: actions/setup-node@v1 with: node-version: '10.x' + - name: Setup Angular problem matchers + uses: EdricChan03/angular-problem-matchers-action@v0.0.0 - name: Cache node modules uses: actions/cache@v1 id: node_modules_cache