Gitea actions test
All checks were successful
Test Runner Workflow / test-job (push) Successful in 1m21s
All checks were successful
Test Runner Workflow / test-job (push) Successful in 1m21s
This commit is contained in:
12
.gitea/workflows/main.yml
Normal file
12
.gitea/workflows/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Test Runner Workflow
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
test-job:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Say hello
|
||||
run: echo "✅ Hello from Gitea Actions on Synology!"
|
Reference in New Issue
Block a user