This commit is contained in:
parent
7f02697107
commit
f0c30227c3
11
.gitea/workflows/smoke.yaml
Normal file
11
.gitea/workflows/smoke.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
name: Gitea Smoke
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
smoke:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "gitea actions smoke test"
|
||||||
|
- run: pwd
|
||||||
|
- run: ls -la
|
||||||
Loading…
Reference in New Issue
Block a user