Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c7d2bd048b | |||
| 29a1171d6e | |||
| bb094546db |
10
.gitea/workflows/sample.yml
Normal file
10
.gitea/workflows/sample.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
name: Test Gitea Actions
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: List files
|
||||||
|
run: ls -la
|
||||||
|
- name: Done
|
||||||
|
run: echo "Gitea Actions working on 1.25.5!"
|
||||||
Reference in New Issue
Block a user