feat: CI: init #13

Merged
realaravinth merged 1 commit from feat-woodpecker into master 2024-06-08 01:42:54 +05:30
Showing only changes of commit 850abfb28f - Show all commits

8
.woodpecker.yml Normal file
View file

@ -0,0 +1,8 @@
steps:
test:
image: node:20.10.0
commands:
- yarn install
- yarn lint
- yarn build
- yarn test