This repository contains a basic GitHub Actions workflow that:
- Sets up a Node.js environment
- Logs a custom greeting message to the GitHub Actions log
The GitHub Actions workflow runs on every push to the main branch or when manually triggered. It performs the following steps:
- Checks out the repository
- Sets up Node.js (v18)
- Logs a custom message