From 13a3efe911dafd05db5de02ca6ec2045ba08b1fd 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 | 12 ++++++++++++ 1 file changed, 12 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..539d45f --- /dev/null +++ b/.github/workflows/hello-world.yml @@ -0,0 +1,12 @@ +name: GitHub Actions Demo +on: workflow_dispatch +defaults: + run: + working-directory: contracts +jobs: + Explore-GitHub-Actions: + runs-on: ubuntu-latest + steps: + - run: | + echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." + ls