This commit is contained in:
parent
4d2144b19d
commit
74a2cc2bc7
11
.gitea/workflows/smoke.yml
Normal file
11
.gitea/workflows/smoke.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
name: smoke
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
jobs:
|
||||||
|
hello:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "Hello from Gitea Actions on yoyo!"
|
||||||
|
- run: python3 --version || true
|
||||||
|
- run: uname -a
|
||||||
Loading…
Reference in New Issue
Block a user