feat: forgejo workflows
Some checks failed
Rust / test (push) Failing after 5s

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

View file

@ -0,0 +1,18 @@
name: Rust
on: [push]
jobs:
test:
runs-on: docker
container:
image: rust:trixie
steps:
- name: prepare packages
run: apt update && apt install git node -y
- name: checkout
uses: actions/checkout@v4
- name: build
run: cargo build