Skip to content

add bagel pizzas

add bagel pizzas #45

Workflow file for this run

name: Check Spelling
on:
pull_request:
paths:
- '**.md'
jobs:
spelling:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
ref: ${{ github.head_ref }}