Skip to content

docs: explain image coordinates in getting started #236

docs: explain image coordinates in getting started

docs: explain image coordinates in getting started #236

Workflow file for this run

name: Check spelling
on:
push:
branches:
- main
pull_request:
env:
NODE_VERSION: 18.x
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
cache: npm
- name: Install dependencies
run: npm ci
- uses: streetsidesoftware/cspell-action@v2
with:
files: |
**/*.md