Skip to content

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

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

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

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Setup Node
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
- name: Run inclusion
run: find . -name '*.md' | grep -Ev node-modules\|node_modules | xargs npx alex