Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Merge pull request #555 from amplication/docs/blueprints #1582

Merge pull request #555 from amplication/docs/blueprints

Merge pull request #555 from amplication/docs/blueprints #1582

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