Skip to content

Commit

Permalink
ci: Setup gh-actions
Browse files Browse the repository at this point in the history
The file needs to be in the root of the repo
  • Loading branch information
sayandcode committed Dec 30, 2023
1 parent dc0938b commit 63e8db3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/hello-world.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: GitHub Actions Demo
on: workflow_run
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

0 comments on commit 63e8db3

Please sign in to comment.