openmetrics-vici-exporter/.forgejo/workflows/build-rust.yml
Evelyn Alicke 9302bd110c
Some checks failed
Docker / docker (push) Failing after 0s
Rust / build (push) Failing after 0s
chore(ci): migrate to forgejo
2024-09-23 22:30:14 +02:00

13 lines
185 B
YAML

---
name: Rust
on:
push:
branches: [main]
tags: ['*']
pull_request:
jobs:
build:
uses: famedly/github-workflows/.github/workflows/rust.yml@main
secrets: inherit