Skip to content

build(deps): bump typescript from 4.9.3 to 5.0.4 in /frontend/octavio #307

build(deps): bump typescript from 4.9.3 to 5.0.4 in /frontend/octavio

build(deps): bump typescript from 4.9.3 to 5.0.4 in /frontend/octavio #307

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