commit 6fd38724a7a96b2ab62fd86fe170584de9561bb0 Author: Jean-Marie 'Histausse' Mineau Date: Mon Feb 12 23:57:03 2024 +0100 test actions diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml new file mode 100644 index 0000000..4efa490 --- /dev/null +++ b/.forgejo/workflows/test.yaml @@ -0,0 +1,6 @@ +on: [push] +jobs: + test: + runs-on: debian + steps: + - run: echo All Good diff --git a/README.md b/README.md new file mode 100644 index 0000000..e8b7c91 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +plop