Skip to content

added files

added files #1

Workflow file for this run

name: Hello World
on: [push]
jobs:
hello_world_job:
runs-on: ubuntu-latest
steps:
- name: Say hello
run: echo "Hello, world!"