pow_sha256-polyfill/.woodpecker.yml
Aravinth Manivannan 850abfb28f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline failed
feat: CI: init
2024-06-07 22:48:35 +05:30

8 lines
129 B
YAML

steps:
test:
image: node:20.10.0
commands:
- yarn install
- yarn lint
- yarn build
- yarn test