Skip to content

Create hello-islamicity-world.yml #1

Create hello-islamicity-world.yml

Create hello-islamicity-world.yml #1

name: Hello World
on: [push]
jobs:
my-job:
runs-on: ubuntu-latest
steps:
- name: Say hello
run: echo "Hello, world!"