This commit is contained in:
parent
ba9046742c
commit
87bdd183ab
1 changed files with 7 additions and 0 deletions
7
.forgejo/workflows/ci-test.yml
Normal file
7
.forgejo/workflows/ci-test.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
runs-on: docker
|
||||
container:
|
||||
image: alpine:3.20
|
||||
steps:
|
||||
- run: |
|
||||
grep Alpine /etc/os-release
|
||||
echo SUCCESS
|
||||
Loading…
Reference in a new issue