Skip to content

update

update #4

Workflow file for this run

name: Hello World Workflow
on: [push]
jobs:
hello_world_job:
runs-on: ubuntu-latest
steps:
- name: Checkout repository content
uses: actions/checkout@v4
- name: Run a one-line script
run: echo "Hello, World!"