Skip to content

build(deps): bump swr from 2.2.0 to 2.2.4 in /frontend/octavio #314

build(deps): bump swr from 2.2.0 to 2.2.4 in /frontend/octavio

build(deps): bump swr from 2.2.0 to 2.2.4 in /frontend/octavio #314

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