Migrate to woodpecker #150

Merged
Vylpes merged 4 commits from feature/122-woodpecker-ci into develop 2024-01-26 21:02:17 +00:00
Showing only changes of commit 4a4d07fd26 - Show all commits

View file

@ -0,0 +1,16 @@
steps:
build:
image: node
commands:
- npm ci
- npm run build
when:
event: push
branch: [ hotfix/*, feature/*, renovate/* ]
lint:
image: node
commands:
- npm run lint
when:
event: push
branch: [ hotfix/*, renovate/* ]