Skip to content

people: provide some text from the other angle #316

people: provide some text from the other angle

people: provide some text from the other angle #316

Workflow file for this run

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