Compare commits
4 Commits
72ccbf6e1c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
f058471452
|
|||
|
4adb70b3d6
|
|||
|
e3ca485059
|
|||
|
110eb9124a
|
18
.gitea/workflows/test.yml
Normal file
18
.gitea/workflows/test.yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
name: test
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v6
|
||||||
|
- name: Echo Hello World
|
||||||
|
run: echo "Hello, World!"
|
||||||
|
- name: Echo content of "Owo.md"
|
||||||
|
run: cat Owo.md || echo "Owo.md does not exist"
|
||||||
Reference in New Issue
Block a user