This repository contains a simple GitHub Actions workflow that prints Hello World whenever code is pushed to the main branch.
- The workflow is defined in
.github/workflows/hello-world.yml. - It runs automatically on each push to the
mainbranch. - The job runs on an
ubuntu-latestGitHub-hosted runner. - As a demo, it prints
๐ Hello, GitHub Actions!to the logs.
- Fork this repo or clone it.
- Push a commit to the
mainbranch. - Go to the Actions tab โ Youโll see the workflow run.
- Open the logs โ You should see: