test
All checks were successful
Test CI / test (push) Successful in 1m15s

This commit is contained in:
2026-01-17 23:21:17 +03:00
parent 779d8eec2d
commit 8303507f26

13
.gitea/workflows/test.yml Normal file
View File

@@ -0,0 +1,13 @@
name: Test CI
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check runner
run: |
echo "Runner is working"
uname -a