pow_sha256-polyfill/.woodpecker.yml

9 lines
129 B
YAML
Raw Permalink Normal View History

2024-06-07 22:45:30 +05:30
steps:
test:
image: node:20.15.1
2024-06-07 22:45:30 +05:30
commands:
- yarn install
- yarn lint
- yarn build
- yarn test