Skip to content

edit AI docs with service names #8492

edit AI docs with service names

edit AI docs with service names #8492

Workflow file for this run

name: Spellcheck
on:
pull_request:
types: [opened, synchronize]
permissions:
contents: read
jobs:
Spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Setup Node.js 20
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20.x
- name: Install Dependencies
run: yarn
- name: Run Spellcheck
run: yarn spellcheck