7 lines
88 B
YAML
7 lines
88 B
YAML
|
pipeline:
|
||
|
backend:
|
||
|
image: rust
|
||
|
commands:
|
||
|
- make check
|
||
|
- make lint
|