mirror of
https://codeberg.org/JasterV/granc.git
synced 2026-04-26 18:40:05 +00:00
11 lines
217 B
YAML
11 lines
217 B
YAML
when:
|
|
- event: [push, pull_request]
|
|
branch: main
|
|
|
|
steps:
|
|
ci:
|
|
image: codeberg.org/jasterv/rust-ci:1.93
|
|
commands:
|
|
- apt update -y
|
|
- apt-get install -y protobuf-compiler
|
|
- cargo make ci
|