add workflow
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
KoenDR06 2026-02-10 16:11:01 +01:00
parent bdb287e492
commit 45905a4823

View file

@ -0,0 +1,8 @@
on: [push]
jobs:
test:
runs-on: self-hosted
steps:
- run: echo All good!
- uses: actions/checkout@v4
- run: ls -la