Fogejo Actions tests
This commit is contained in:
parent
d255395fc8
commit
7ccbeb7a46
34 changed files with 764 additions and 1 deletions
8
actions/example-container/.forgejo/workflows/test.yml
Normal file
8
actions/example-container/.forgejo/workflows/test.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: alpine:3.18
|
||||
steps:
|
||||
- run: grep Alpine /etc/os-release
|
Loading…
Add table
Reference in a new issue