Skip to content

ci: Setup gh-actions #1

ci: Setup gh-actions

ci: Setup gh-actions #1

Workflow file for this run

name: GitHub Actions Demo

Check failure on line 1 in .github/workflows/hello-world.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/hello-world.yml

Invalid workflow file

`on.workflow_run` does not reference any workflows. See https://docs.github.com/actions/learn-github-actions/events-that-trigger-workflows#workflow_run for more information
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