Skip to content

testing mergify

testing mergify #8

Workflow file for this run

name: pr
on:
pull_request:
branches:
- main
jobs:
hello-world:
runs-on: ubuntu-latest
steps:
- name: say-hello-world

Check failure on line 12 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
run: echo "Hello World!"