Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 in /binding/web #78

Bump word-wrap from 1.2.3 to 1.2.4 in /binding/web

Bump word-wrap from 1.2.3 to 1.2.4 in /binding/web #78

Workflow file for this run

name: SpellCheck
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main, 'v[0-9]+.[0-9]+' ]
jobs:
markdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Install CSpell
run: npm install -g cspell
- name: Run CSpell
run: cspell --config res/spell-check/.cspell.json "**/*"