Testing adding basic workflow
All checks were successful
continuous-integration/drone/push Build is passing
ci/woodpecker/push/integration Pipeline was successful

This commit is contained in:
Ethan Lane 2024-01-22 18:22:58 +00:00
parent b21483c13e
commit 4a4d07fd26

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/* ]