diff options
| author | matthieu <matthieu@puffer.fish> | 2025-10-29 20:24:44 +0100 |
|---|---|---|
| committer | matthieu <matthieu@puffer.fish> | 2025-10-29 20:24:44 +0100 |
| commit | 996980c529aa6ab1eb6b550ca1d39aa4f6419326 (patch) | |
| tree | 07f39adac392156221148c4048fdb048d55c61bc | |
test ci
| -rw-r--r-- | .forgejo/workflows/demo.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml new file mode 100644 index 0000000..f05e4d2 --- /dev/null +++ b/.forgejo/workflows/demo.yaml @@ -0,0 +1,6 @@ +on: [push] +jobs: + test: + runs-on: docker + steps: + - run: echo All good!
\ No newline at end of file |
