Skip to content

Merge pull request #14 from harshitBhardwaj97/feat/11.18-unsuccessful… #30

Merge pull request #14 from harshitBhardwaj97/feat/11.18-unsuccessful…

Merge pull request #14 from harshitBhardwaj97/feat/11.18-unsuccessful… #30

Workflow file for this run

name: Hello World!
on:
push:
branches:
- main
jobs:
hello_world_job:
runs-on: ubuntu-20.04
steps:
- name: Say hello
run: |
echo "Hello World!"
- name: Current Time
run: |
date
- name: Directory Content
run: |
ls -la