Compare commits
1 Commits
fadfa67574
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5223214a26 |
9
.gitea/workflows/test.yaml
Normal file
9
.gitea/workflows/test.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
name: test
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Hello
|
||||||
|
run: echo "Runner works!"
|
||||||
|
|
||||||
Reference in New Issue
Block a user