Skip to content

Bump braces from 3.0.2 to 3.0.3 in /binding/react #714

Bump braces from 3.0.2 to 3.0.3 in /binding/react

Bump braces from 3.0.2 to 3.0.3 in /binding/react #714

Workflow file for this run

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