Skip to content

updates code of conduct to the latest standard #46

updates code of conduct to the latest standard

updates code of conduct to the latest standard #46

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}'