work goddamnit

This commit is contained in:
dragongoose
2023-11-30 19:44:23 -05:00
parent 6dcd72b377
commit 3aecf6882c
+1 -1
View File
@@ -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: