mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 05:12:57 -05:00
work goddamnit
This commit is contained in:
parent
6dcd72b377
commit
3aecf6882c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ steps:
|
|||
lint:
|
||||
image: docker.io/node:16
|
||||
commands:
|
||||
- git clone --recurse-submodules -j8 https://codeberg.org/{CI_REPO_OWNER}/safetwitch
|
||||
- git clone --recurse-submodules -j8 https://codeberg.org/${CI_REPO_OWNER}/safetwitch
|
||||
- npm i
|
||||
- npm run lint
|
||||
when:
|
||||
|
|
Loading…
Reference in a new issue