This commit is contained in:
parent
fbe7970d95
commit
e62bc359f1
1 changed files with 12 additions and 0 deletions
12
.forgejo/workflows/build.yaml
Normal file
12
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- 'main'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
non-lab:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- name: Setup
|
||||||
|
run: |
|
||||||
|
ls -l
|
Loading…
Add table
Add a link
Reference in a new issue