ci: add demo actions
All checks were successful
/ test (push) Successful in 17s

This commit is contained in:
Matthieu Bessat 2023-10-24 01:19:14 +02:00
parent ef55f23ec8
commit ce96ec3d48

View file

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