This repository has been archived on 2022-05-10. You can view files and clone it, but cannot push or open issues or pull requests.
tghandbook/.woodpecker/lint.yml
Hamcha e50f8eb411
Some checks failed
continuous-integration/woodpecker the build failed
CI FUCKERY TIME
2021-11-06 01:18:53 +01:00

9 lines
125 B
YAML

pipeline:
dependencies:
image: node
commands:
- yarn
lint:
image: node
commands:
- yarn lint