Add hello workflow
All checks were successful
Hello / hello (push) Successful in 16s

This commit is contained in:
mathieu 2026-05-14 22:39:56 +02:00
parent 77dc52183e
commit 52b3a1c451

View file

@ -0,0 +1,14 @@
name: Hello
on: [push]
jobs:
hello:
runs-on: docker
steps:
- name: Salutations
run: echo "Hello depuis le homelab Saxtown"
- name: Infos systeme
run: |
uname -a
cat /etc/os-release
- name: Docker dispo ?
run: docker --version || echo "pas de docker dans ce job"