run linter in test action

This commit is contained in:
nklhrstv 2020-03-24 15:56:24 +02:00
parent cfdfd88522
commit 456105d820

View file

@ -19,6 +19,6 @@ jobs:
with:
registry-url: 'https://npm.pkg.github.com'
- name: Test
run: yarn install && yarn test
run: yarn install && yarn test && yarn lint
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}