Skip to content

Add hello-world workflow for GitHub Actions #1

Add hello-world workflow for GitHub Actions

Add hello-world workflow for GitHub Actions #1

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 hell_world.txt}"