feat: forgejo workflows
Some checks are pending
Rust / test (push) Waiting to run

This commit is contained in:
user0-07161 2026-02-10 18:35:23 +01:00
parent b803dcb20e
commit daac466cfa

View file

@ -0,0 +1,12 @@
name: Rust
on: [push]
jobs:
test:
runs-on: docker
container:
image: rust:trixie
steps:
- uses: actions/checkout@v4
- run: cargo build