Add GitHub Actions workflow for testing on push
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
gribse 2025-04-21 16:20:20 +02:00
parent b895c17e4a
commit b9ac62d8cd

View file

@ -0,0 +1,6 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good