Project Awesome project awesome

Linting > Catch insensitive, inconsiderate writing in your markdown docs

Package 14 stars GitHub

Alex Github Action

GitHub Action to automate catching insensitive ,inconsiderate writing.

What

GitHub Action for alex.

alex helps you find gender favouring, polarising, race related, religion inconsiderate, or other unequal phrasing in text.

Why

  • Helps to get better at considerate writing
  • Catches many possible offences
  • Suggests helpful alternatives

Usage

On your GitHub Actions workflow file, add the following step:

steps:
  uses: theashraf/alex-action@master

This will run the "alex ." command without arguments.

Back to GitHub Actions