commit 38b1edc469905686af21397202d21fab6d77dacd Author: Chris Dill Date: Sat Nov 8 18:39:55 2025 +0000 Initial commit diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml new file mode 100755 index 0000000..3a2e478 --- /dev/null +++ b/.gitea/workflows/build.yml @@ -0,0 +1,15 @@ +name: Build +on: + push: + branches: + - main + pull_request: + branches: + - main + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v5 diff --git a/README.md b/README.md new file mode 100755 index 0000000..bb7a584 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# test-game + +Test game development.