mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-03-11 13:41:24 -05:00
Add lint to woodpecker
This commit is contained in:
parent
5637e62900
commit
6631177aeb
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
||||||
steps:
|
steps:
|
||||||
|
lint:
|
||||||
|
image: docker.io/node:16
|
||||||
|
commands:
|
||||||
|
- git clone --recurse-submodules -j8 https://codeberg.org/dragongoose/safetwitch
|
||||||
|
- npm run lint
|
||||||
build:
|
build:
|
||||||
image: docker.io/node:16
|
image: docker.io/node:16
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Add table
Reference in a new issue