Add test workflow to .github/workflows path
Some checks failed
Test Workflow / test (push) Failing after 10s

This commit is contained in:
2026-02-14 23:44:00 -05:00
parent 397dec00d5
commit 8e5a56bf02

9
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,9 @@
name: Test Workflow
on: [push]
jobs:
test:
runs-on: linux-x64
steps:
- uses: actions/checkout@v3
- run: echo "Hello from Forgejo Actions!"
- run: uname -a