walpurgis/.woodpecker/build_rust.yaml

6 lines
75 B
YAML
Raw Normal View History

2023-11-16 22:40:58 -07:00
steps:
2023-11-16 22:47:37 -07:00
check:
2023-11-16 22:40:58 -07:00
image: 'rust:latest'
commands:
- cargo check