Skip to content

Commit

Permalink
Add install workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjr632 committed Jul 11, 2020
1 parent 52a4a49 commit 9ab2830
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/npm-install.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: npm-install
on: push
jobs:
npm-install:
name: npm-install
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10
- run: npm install
- run: npm test

0 comments on commit 9ab2830

Please sign in to comment.