Skip to content

CHECK_PREFER_IS_NOT: Exempt predicative method calls #450

CHECK_PREFER_IS_NOT: Exempt predicative method calls

CHECK_PREFER_IS_NOT: Exempt predicative method calls #450

Workflow file for this run

name: lint
"on":
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: zwaldowski/cspell-action@v1
with:
config: .cspell.json
paths: "**/*.md"