From c48718c02dbd32684b39e9bb5cd3e096bb693f8c Mon Sep 17 00:00:00 2001 From: user0-07161 Date: Mon, 9 Feb 2026 19:52:52 +0100 Subject: [PATCH] test workflow running --- .forgejo/workflows/demo.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .forgejo/workflows/demo.yaml diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml new file mode 100644 index 0000000..01b0fa1 --- /dev/null +++ b/.forgejo/workflows/demo.yaml @@ -0,0 +1,8 @@ +on: [push] +jobs: + test: + runs-on: docker + container: + image: rust:trixie + steps: + - run: cargo help