commit c14d67229c42ac4a2904a082d18ca0d7812a9d44 Author: itlxrd Date: Thu Apr 9 09:44:47 2026 +0000 feat: gitea actions test diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml new file mode 100644 index 0000000..83f295e --- /dev/null +++ b/.gitea/workflows/ci.yaml @@ -0,0 +1,9 @@ +name: CI +on: [push] + +jobs: + build: + runs-on: host-runner + steps: + - uses: actions/checkout@v4 + - run: echo "works on $(uname -a)" \ No newline at end of file