Skip to content

Merge pull request #377 from amplication/docs/sync-with-github-updates #1098

Merge pull request #377 from amplication/docs/sync-with-github-updates

Merge pull request #377 from amplication/docs/sync-with-github-updates #1098

Workflow file for this run

name: CI
on: push
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Install dependencies
run: npm install
- name: CSpell
run: npm run cspell