This repository contains a GitHub Actions workflow that prints "hello world" when a pull request is pushed to the repository.
The workflow file is located at .github/workflows/hello-world.yml
.
- Name: Hello World
- Event: pull_request
- Job: print-hello-world
- Steps:
- Print "hello world"