Skip to content

build(deps-dev): bump @testing-library/jest-dom from 5.17.0 to 6.1.5 in /frontend/octavio #447

build(deps-dev): bump @testing-library/jest-dom from 5.17.0 to 6.1.5 in /frontend/octavio

build(deps-dev): bump @testing-library/jest-dom from 5.17.0 to 6.1.5 in /frontend/octavio #447

Workflow file for this run

name: Spell Check
on:
push:
branches:
- main
pull_request:
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Spell Check
uses: streetsidesoftware/cspell-action@v2
with:
incremental_files_only: false
config: ./dev/cspell/cspell.config.yaml
verbose: true