Skip to content

chore(deps-dev): bump the storybook group with 6 updates #431

chore(deps-dev): bump the storybook group with 6 updates

chore(deps-dev): bump the storybook group with 6 updates #431

Workflow file for this run

name: 'Check spelling'
on:
pull_request:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5
with:
files: "*.{rs,ts,tsx,md}"
incremental_files_only: false