mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
run linter in test action
This commit is contained in:
parent
cfdfd88522
commit
456105d820
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue