Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 553 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 553 Bytes

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'