wip
This commit is contained in:
commit
3076a957bc
33 changed files with 1653 additions and 0 deletions
16
.forgejo/workflows/example.yaml
Normal file
16
.forgejo/workflows/example.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: example
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
do-stuff:
|
||||
runs-on: debian-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: https://code.geekeey.de/actions/core-test/module/checkout@master
|
||||
- name: Do stuff
|
||||
run: |
|
||||
echo "Doing stuff..."
|
||||
ls -al
|
||||
Loading…
Add table
Add a link
Reference in a new issue