Migrate to Woodpecker CI #148

Merged
Vylpes merged 3 commits from feature/131-woodpecker into develop 2024-02-23 18:28:49 +00:00
Showing only changes of commit 023062922a - Show all commits

View file

@ -5,19 +5,19 @@ steps:
- yarn install --frozen-lockfile
- yarn build
when:
event: push
event: [ push, pull_request ]
branch: [ hotfix/*, feature/*, renovate/*, develop, main ]
lint:
image: node
commands:
- yarn lint
when:
event: push
event: [ push, pull_request ]
branch: [ hotfix/*, feature/*, renovate/*, develop, main ]
test:
image: node
commands:
- yarn test
when:
event: push
event: [ push, pull_request ]
branch: [ hotfix/*, feature/*, renovate/*, develop, main ]