Skip to content

build(deps-dev): bump @storybook/addon-links from 7.4.5 to 7.6.4 in /frontend/octavio #439

build(deps-dev): bump @storybook/addon-links from 7.4.5 to 7.6.4 in /frontend/octavio

build(deps-dev): bump @storybook/addon-links from 7.4.5 to 7.6.4 in /frontend/octavio #439

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