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

This commit is contained in:
Félix Piédallu 2025-10-02 14:31:59 +02:00
parent 6869461f71
commit 09b93a8c2e

View file

@ -0,0 +1,10 @@
on:
push:
branches: [main]
jobs:
test:
runs-on: docker
steps:
- run: echo All good!