From 38b1edc469905686af21397202d21fab6d77dacd Mon Sep 17 00:00:00 2001 From: Chris Dill Date: Sat, 8 Nov 2025 18:39:55 +0000 Subject: [PATCH] Initial commit --- .gitea/workflows/build.yml | 15 +++++++++++++++ README.md | 3 +++ 2 files changed, 18 insertions(+) create mode 100755 .gitea/workflows/build.yml create mode 100755 README.md 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.