Skip to content

chore(deps): Bump the all group across 1 directory with 4 updates #198

chore(deps): Bump the all group across 1 directory with 4 updates

chore(deps): Bump the all group across 1 directory with 4 updates #198

Workflow file for this run

# Find full documentation here https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions
name: Inclusive Language
on:
pull_request:
# Manual invocation.
workflow_dispatch:
push:
branches:
- main
jobs:
inclusion-lint:
timeout-minutes: 5
runs-on: ubuntu-latest
# See https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
permissions:
contents: read
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Setup Node
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
- name: Run inclusion
run: find . -name '*.md' | grep -Ev node-modules\|node_modules | xargs npx alex