Skip to content

Merge pull request #1194 from guardian/ts/af/fix-credentials-provider #286

Merge pull request #1194 from guardian/ts/af/fix-credentials-provider

Merge pull request #1194 from guardian/ts/af/fix-credentials-provider #286

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Node
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
- name: Run inclusion
run: find . -name '*.md' | grep -Ev node-modules\|node_modules | xargs npx alex