CI: sample workflow running in docker
This commit is contained in:
parent
9d9c9ca6e1
commit
b900c2dc05
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/docker.yaml
Normal file
8
.forgejo/workflows/docker.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
ls:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
uname -a
|
Loading…
Reference in a new issue