Try first action

This commit is contained in:
Florian RICHER 2023-11-20 21:39:37 +01:00
parent 0ae7df466b
commit b7d6913446

10
.gitea/deploy.yml Normal file
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!"