Add GitHub Actions workflow for automated testing
Some checks failed
/ test (push) Failing after 10s

This commit is contained in:
2026-03-04 22:11:16 +01:00
parent 9f71b0e815
commit 8dd11dcacb

View File

@@ -0,0 +1,16 @@
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Run tests
run: |
chmod +x ./run-tests.sh
./run-tests.sh