Skip to content

text: Change the ApolloX name to Torizon IDE Extension #24

text: Change the ApolloX name to Torizon IDE Extension

text: Change the ApolloX name to Torizon IDE Extension #24

Workflow file for this run

name: Sanity Check
on:
- push
jobs:
spell-check:
runs-on: ubuntu-latest
container:
image: node:16
name: Spell Check
steps:
- uses: actions/checkout@v3
- name: cspell CLI Lint
shell: bash
run: |
npm install git+https://github.com/streetsidesoftware/cspell-cli
npx cspell-cli lint --relative