mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 13:22:58 -05:00
update woodpecker
This commit is contained in:
parent
9eb9850da1
commit
6dcd72b377
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/dragongoose/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