Skip to content

implement 11.3 Hello world! #1

implement 11.3 Hello world!

implement 11.3 Hello world! #1

Workflow file for this run

name: Hello World!
on:
push:
branches:
- main
jobs:
hello_world_job:
runs-on: ubuntu-20.04
steps:
- name: Say hello
run: |
echo "Hello World!"