Skip to content

Build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /tests/functional/cdk/test_multistack #3930

Build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /tests/functional/cdk/test_multistack

Build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /tests/functional/cdk/test_multistack #3930

Workflow file for this run

name: Spell Check
# There is an official action published by cSpell.
# v1.1.1 was tested but did not function as desired so we are using the CLI.
on:
pull_request: # any pull request
push:
branches:
- master
env:
NODE_VERSION: '18'
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
- run: make npm-ci
- run: make spellcheck