Skip to content

ci: Add inclusive language check to CI #13

ci: Add inclusive language check to CI

ci: Add inclusive language check to CI #13

Workflow file for this run

name: DEI Checks
# whitelist
# master
# slave
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
inclusive_language:
name: Check for inclusive language
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: get-woke/woke-action@v0
with:
fail-on-error: true
woke-args: -c .config/woke.yml