This commit is contained in:
parent
89118c45d1
commit
ea6d087600
1 changed files with 13 additions and 0 deletions
13
.forgejo/workflows/main.yaml
Normal file
13
.forgejo/workflows/main.yaml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: 'self-hosted'
|
||||||
|
steps:
|
||||||
|
- uses: 'actions/checkout@v4'
|
||||||
|
- run: |
|
||||||
|
pwd
|
||||||
|
ls
|
Loading…
Add table
Reference in a new issue