Skip to content

Add test job to GitHub Actions workflow #5

Add test job to GitHub Actions workflow

Add test job to GitHub Actions workflow #5

Workflow file for this run

name: hell-world
on: push
jobs:
hello-world-job:
runs-on: ubuntu-latest
steps:
- name: check out repo
uses: actions/checkout@v4
- run: echo "$(cat hello_world.txt)"