Add workflow

This commit is contained in:
2025-04-20 01:09:39 -04:00
commit 8bd6e826ab

23
.gitea/workflow/ci.yml Normal file
View File

@@ -0,0 +1,23 @@
name: Test
on:
push:
branches:
- main
workflow_dispatch:
jobs:
test-ci:
runs-on: ubuntu
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Test
run: |
whoami
env
- name: Print success
run: echo "✅ Rootless Docker is working inside Gitea act_runner"