mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-03-11 13:05:49 +00:00
This commit is contained in:
parent
8a77e547bc
commit
ff78623e70
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -11,7 +11,9 @@ jobs:
|
||||||
- name: disable git eol translation
|
- name: disable git eol translation
|
||||||
run: git config --global core.autocrlf false
|
run: git config --global core.autocrlf false
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- name: Check version
|
- name: Check version
|
||||||
run: node stremiover.js check
|
run: node stremiover.js check
|
||||||
- name: Stable with rustfmt and clippy
|
- name: Stable with rustfmt and clippy
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue