0
Fork 0
mirror of https://codeberg.org/SafeTwitch/safetwitch.git synced 2024-12-22 05:12:57 -05:00

fix underlying issue

This commit is contained in:
dragongoose 2023-11-30 20:23:21 -05:00
parent a0ecaab1e5
commit 4709430002
No known key found for this signature in database
GPG key ID: 01397EEC371CDAA5

View file

@ -1,19 +1,17 @@
steps:
# lint:
# image: docker.io/node:16
# commands:
# - git clone --recurse-submodules -j8 https://codeberg.org/${CI_REPO_OWNER}/safetwitch
# - npm i
# - npm run lint
# when:
# event: push
# branch: master
build:
lint:
image: docker.io/node:16
commands:
- git clone --recurse-submodules -j8 https://codeberg.org/${CI_REPO_OWNER}/safetwitch
- npm i
- npm run lint
when:
event: push
branch: master
build:
image: docker.io/node:16
commands:
- npm run build
when:
event: push