Skip to content

files

files #1

Workflow file for this run

name: Hello World
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: Hello Step
run: echo "Hello World"