Skip to content

Commit

Permalink
Remove extraneous whitespace from GHA (Level/community#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Sep 12, 2021
1 parent 5bbc94e commit 79bf808
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Use node ${{ matrix.node }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}

- name: Install
run: npm install

- name: Test
run: npm test

- name: Coverage
run: npm run coverage

- name: Codecov
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit 79bf808

Please sign in to comment.