commit 0b6220cb51f06945fa791a5962927a6f756ab26b Author: Dennis Sprenger Date: Sat Dec 20 20:37:10 2025 +0100 Initial Commit with workflow. diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml new file mode 100644 index 0000000..1b4f0c8 --- /dev/null +++ b/.forgejo/workflows/build.yml @@ -0,0 +1,17 @@ +name: Build + +on: + push: + branches: + - main + pull_request: + branches: + - main + +jobs: + build: + runs-on: ubuntu + + steps: + - name: Echo stuff + run: echo stuff \ No newline at end of file