mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
remove echo
This commit is contained in:
parent
14ede9df41
commit
52ddcaf71f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Test
|
||||
run: npm test
|
||||
- name: Lint
|
||||
run: npm run lint && echo ${{ github.ref_name }}
|
||||
run: npm run lint
|
||||
pages:
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue