Skip to content

Merge pull request #182 from Lauragra/lauragra-UpdateDevProgramText #43

Merge pull request #182 from Lauragra/lauragra-UpdateDevProgramText

Merge pull request #182 from Lauragra/lauragra-UpdateDevProgramText #43

Workflow file for this run

name: Lint and spell-check
on:
pull_request:
branches: [ main, live ]
push:
branches: [ main, live ]
workflow_dispatch:
jobs:
lint:
name: Lint and spell-check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint
uses: DavidAnson/markdownlint-cli2-action@v9
with:
globs: '**/*.md'
- name: Spell check
uses: streetsidesoftware/cspell-action@v2
with:
files: '**/*.{md,yml}'