This commit is contained in:
parent
8a5e737049
commit
5943b6c108
11
.gitea/workflows/test.yaml
Normal file
11
.gitea/workflows/test.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
name: Test Workflow
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Print message
|
||||
run: echo "Hello, world!"
|
Loading…
x
Reference in New Issue
Block a user