This commit is contained in:
Louis Seubert 2026-02-12 21:18:29 +01:00
commit 42e77bd0eb
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
33 changed files with 1657 additions and 0 deletions

View 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