Skip to content

chore: write back initial verison of the deployment to aws ecs #1178

chore: write back initial verison of the deployment to aws ecs

chore: write back initial verison of the deployment to aws ecs #1178

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