Skip to content

Setup Gen 2 Amplify Data for Flutter #6370

Setup Gen 2 Amplify Data for Flutter

Setup Gen 2 Amplify Data for Flutter #6370

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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 https://github.com/actions/checkout/commit/f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: Setup Node.js 20
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v.3.8.1 https://github.com/actions/setup-node/commit/5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
node-version: 20.x
- name: Install Dependencies
run: yarn
- name: Run Spellcheck
run: yarn spellcheck