Merge pull request 'feat: CI: init' (#13) from feat-woodpecker into master
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Reviewed-on: #13
This commit is contained in:
Aravinth Manivannan 2024-06-08 01:42:54 +05:30
commit 6b0bf5cd1b

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