Skip to content

Doist/inclusivelint

 
 

Repository files navigation

inclusivelint

Fork of inclusivelint/inclusivelint-lib, with some additions:

  • Configurable dictionary url via the -d flag.
  • Support for multiple comma-separated paths.
  • Available as a GitHub Action.

Example usage:

on: [push]

jobs:
  inclusivelint:
    runs-on: ubuntu-latest
    name: Lint project for non-inclusive words
    steps:
    - name: Inclusivelint
      uses: Doist/inclusivelint@v2
      with:
        args: '-p $GITHUB_WORKSPACE -r -i **/.git/**,**/src/wordsTable.md'

About

Library for the inclusivelint project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.0%
  • JavaScript 4.0%