Skip to content

Create helloworld.yml #1

Create helloworld.yml

Create helloworld.yml #1

Workflow file for this run

name: Hello World
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@main
- name: Print Hello World
run: echo "Hello, World!"