Skip to content

never-die: expand on how I reply #315

never-die: expand on how I reply

never-die: expand on how I reply #315

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