]> O.S.I.I.S - jp/vkvg.git/commitdiff
test forgejo runner
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 10 May 2026 05:37:42 +0000 (07:37 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 10 May 2026 05:37:42 +0000 (07:37 +0200)
.forgejo/workflows/demo.yaml [new file with mode: 0644]

diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml
new file mode 100644 (file)
index 0000000..e9a6de4
--- /dev/null
@@ -0,0 +1,6 @@
+on: [push]
+jobs:
+  test:
+    runs-on: debian13
+    steps:
+      - run: echo All good!