This commit is contained in:
commit
83c9ccd843
1 changed files with 15 additions and 0 deletions
15
.forgejo/workflows/test.yml
Normal file
15
.forgejo/workflows/test.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
env:
|
||||||
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: debian:bookworm
|
||||||
|
steps:
|
||||||
|
- run: env
|
||||||
|
|
Loading…
Reference in a new issue