Add .gitea/workflows/runner_test.yml
Dependency Audit / dependency-audit (push) Failing after 6s
Deployment Installer / deployment-installer (push) Failing after 4s
Security Audit / security-audit (push) Failing after 5s

This commit is contained in:
2026-07-31 02:15:18 +02:00
parent c9fcdc90c1
commit 857dbe55f7
+10
View File
@@ -0,0 +1,10 @@
name: Runner test
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "Runner works"