Skip to content

test 1

test 1 #10

Workflow file for this run

name: pr
on:
pull_request:
branches:
- main
jobs:
hello-world:
runs-on: ubuntu-latest
steps:
- name: say-hello-world
run: echo "Hello World!"