Skip to content

Merge branch 'main' of https://github.com/microsoftgraph/microsoft-gr… #2

Merge branch 'main' of https://github.com/microsoftgraph/microsoft-gr…

Merge branch 'main' of https://github.com/microsoftgraph/microsoft-gr… #2

Workflow file for this run

name: Lint and spell-check
on:
pull_request:
branches: [ main, live ]
push:
branches: [ main, live ]
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}'