Delete .gitea/workflows/test.yaml

This commit is contained in:
m.marjorie 2025-04-03 10:28:05 +00:00
parent 6dab6b0ff4
commit 705c900d4f
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
name: Test Runner
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Say Hello
run: echo "Runner is working!"