Skip to content

ci: add sample workflow #1

ci: add sample workflow

ci: add sample workflow #1

Workflow file for this run

name: Hello World
on:
pull_request:
jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: Say Hello
run: echo "Hello, World!"