Skip to content

chore: Lex V1 Deprecation Notice #9010

chore: Lex V1 Deprecation Notice

chore: Lex V1 Deprecation Notice #9010

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@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 20.x
- name: Set Yarn Berry
uses: ./.github/actions/set_yarn_berry
- name: Install Dependencies
run: yarn
- name: Run Spellcheck
run: yarn spellcheck