diff --git a/forge/workflows/test.yml b/forge/workflows/test.yml new file mode 100644 index 00000000..88f54ecd --- /dev/null +++ b/forge/workflows/test.yml @@ -0,0 +1,10 @@ +name: Test +on: + push: + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Hello + run: echo "Hello, world!" \ No newline at end of file