Skip to content

Say hello world!

Say hello world! #5

Workflow file for this run

name: Say hello world!
on:
workflow_dispatch:
jobs:
hello-world:
runs-on: ubuntu-latest
steps:
- name: Print Hello World
run: echo Hello World