action test
Some checks failed
Hello World CI / print-hello-world (push) Has been cancelled

This commit is contained in:
Sohrab Behdani 2025-02-11 22:23:50 +03:30
parent 30f7ebb95b
commit ab1471344b

View file

@ -0,0 +1,13 @@
name: Hello World CI
on:
push:
branches:
- main
jobs:
print-hello-world:
runs-on: alpine:latest
steps:
- name: Print Hello World
run: echo "Hello, World!"