chore: Use justfile scripts for pre-commit/pre-push hooks (#494) #586
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: DEI Checks | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
workflow_dispatch: | |
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 |