Skip to content

Merge pull request #26 from srmarohit/srmarohit-patch-3 #2

Merge pull request #26 from srmarohit/srmarohit-patch-3

Merge pull request #26 from srmarohit/srmarohit-patch-3 #2

name: Hello World
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Run Hello World script
run: echo "Hello, World!"