This commit is contained in:
Florian RICHER 2023-11-20 21:41:00 +01:00
parent b7d6913446
commit cae4f52de1

View file

@ -0,0 +1,10 @@
name: hello-world
on: push
jobs:
my-job:
runs-on: ubuntu-latest
steps:
- name: my-step
run: echo "Hello World!"