diff --git a/.github/workflows/hello-world.yml b/.github/workflows/hello-world.yml new file mode 100644 index 0000000..7ac8933 --- /dev/null +++ b/.github/workflows/hello-world.yml @@ -0,0 +1,9 @@ +name: GitHub Actions Demo +on: push +jobs: + Explore-GitHub-Actions: + runs-on: ubuntu-latest + steps: + - run: | + ls + pwd