Skip to content

fix(js): recommend parseAmplifyConfig instead of calling configure twice #8780

fix(js): recommend parseAmplifyConfig instead of calling configure twice

fix(js): recommend parseAmplifyConfig instead of calling configure twice #8780

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@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 20.x
- name: Install Dependencies
run: yarn
- name: Run Spellcheck
run: yarn spellcheck