metric-imperial-converter/.woodpecker.yml
Manish c9a7a9efaf
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
impl: CI
2023-08-29 10:34:04 +10:00

9 lines
110 B
YAML

---
steps:
tests:
image: node:lts
pull: true
commands:
- npm install
- npm run test