Workflow test
This commit is contained in:
parent
075b9113bc
commit
7029d49d18
|
|
@ -0,0 +1,11 @@
|
||||||
|
# .gitea/workflows/test.yml
|
||||||
|
name: Test
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- run: echo "Hello from Gitea Runner!"
|
||||||
|
- run: uname -a
|
||||||
Loading…
Reference in New Issue