diff --git a/.forgejo/workflows/hello.yml b/.forgejo/workflows/hello.yml new file mode 100644 index 0000000..c1b28a6 --- /dev/null +++ b/.forgejo/workflows/hello.yml @@ -0,0 +1,6 @@ +on: [push] +jobs: + hello: + runs-on: docker + steps: + - run: echo "hello from the foundation runner — CI works"