Skip to content

Commit

Permalink
ci: add lint to test
Browse files Browse the repository at this point in the history
  • Loading branch information
v-stickykeys authored Feb 7, 2021
1 parent 205b38d commit 1e317fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean install of node dependencies and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Test
name: Test (and Lint)

on:
pull_request:
Expand All @@ -23,4 +23,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm test

0 comments on commit 1e317fa

Please sign in to comment.