Skip to content

testing mergify

testing mergify #13

Workflow file for this run

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