Skip to content

Commit

Permalink
ci: add step for Angular problem matchers
Browse files Browse the repository at this point in the history
  • Loading branch information
EdricChan03 committed Feb 14, 2020
1 parent 71cd1f8 commit 4c85c43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4c85c43

Please sign in to comment.