Skip to content

Turn on remainder of markdown linter rules. #68

Turn on remainder of markdown linter rules.

Turn on remainder of markdown linter rules. #68

Workflow file for this run

name: Check Spelling
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: tj-actions/changed-files@v45
id: changed_files
with:
files: |
**/**.md
**/**.markdown
!_styles/**/*.md
- name: Check Spelling
uses: rojopolis/[email protected]
with:
task_name: Markdown
config_path: .pyspelling.yml
source_files: ${{ steps.changed_files.outputs.all_changed_files }}