feat: add evga (#17) (#18)

This commit is contained in:
Jef LeCompte
2020-09-18 09:43:51 -04:00
committed by GitHub
parent efe799b8b9
commit 6c6503219f
7 changed files with 47 additions and 884 deletions
+2
View File
@@ -16,6 +16,8 @@ jobs:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: ${{ runner.os }}-node-
- name: Add problem matcher
run: echo "::add-matcher::.github/xo-problem-matcher.json"
- name: Pull dependencies
run: |
npm ci