This commit is contained in:
commit
47c8f22868
2 changed files with 35 additions and 0 deletions
11
.gitea/workflows/run.yml
Normal file
11
.gitea/workflows/run.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
name: CI Run
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: alpine-latest
|
||||
steps:
|
||||
- run: echo $SHELL
|
Loading…
Add table
Add a link
Reference in a new issue