From 763d3832a1c0c11bfc8baa9ac4bd90c605c958e7 Mon Sep 17 00:00:00 2001 From: Sayand Sathish Date: Sat, 30 Dec 2023 13:53:50 +0530 Subject: [PATCH] ci: Setup gh-actions The file needs to be in the root of the repo --- .github/workflows/hello-world.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/hello-world.yml 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