Skip to content

Commit

Permalink
Update pull-request-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eaviles authored Aug 12, 2019
1 parent 65097ec commit 2ae1cf7
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/pull-request-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,8 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v1
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
version: ${{ matrix.node_version }}

- name: npm install, lint and test
run: |
npm ci
npm run eslint
npm test
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
- run: npm --version

0 comments on commit 2ae1cf7

Please sign in to comment.