fix workflow

This commit is contained in:
Kevin Jahns 2020-04-03 12:05:43 +02:00 committed by GitHub
parent a5dc6c27aa
commit 97625cf29b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm lint
- run: npm run lint
- run: npm test-extensive
env:
CI: true