Skip to content

CI/verify-titles: verify that page titles match what SUMMARY says #294

CI/verify-titles: verify that page titles match what SUMMARY says

CI/verify-titles: verify that page titles match what SUMMARY says #294

Workflow file for this run

name: spell
on:
push:
branches:
- master
paths:
- '**.md'
pull_request:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check Spelling
uses: UnicornGlobal/spellcheck-github-actions@master