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

13 lines
204 B
YAML

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