Skip to content

Commit

Permalink
chore: Split test and lint scripts (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
karfau committed Aug 24, 2021
1 parent 95a3824 commit 6cc16a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 444 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test-node.js.yml
Expand Up @@ -28,4 +28,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm cit
- run: npm ci --no-audit
- run: npm run test
- run: npm run lint

0 comments on commit 6cc16a6

Please sign in to comment.