parent
495987c06c
commit
f2770b7bd5
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/pipeline.yaml
Normal file
8
.forgejo/workflows/pipeline.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
upload:
|
||||||
|
runs-on: host
|
||||||
|
steps:
|
||||||
|
- uses: actions/setup-node@v6
|
||||||
|
- uses: actions/checkout@v6
|
||||||
|
- run: ls -la
|
||||||
Loading…
Add table
Add a link
Reference in a new issue