Skip to content

trying to fix

trying to fix #6

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!"