This commit is contained in:
Tom Hu
2021-01-02 19:01:39 -05:00
parent be4e2a5e02
commit 4dcb7122e5
4 changed files with 283 additions and 9 deletions

View File

@@ -5,11 +5,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Install dependencies
run: npm install
run: |
npm install
npm i -g eslint
- name: Lint
run: npm run lint
- name: Run tests and collect coverage
run: yarn run test-all
run: yarn run test
- name: Upload coverage to Codecov (demo)
uses: ./
with: