Skip to content

build(deps-dev): bump postcss from 8.4.29 to 8.4.32 in /frontend/octa… #436

build(deps-dev): bump postcss from 8.4.29 to 8.4.32 in /frontend/octa…

build(deps-dev): bump postcss from 8.4.29 to 8.4.32 in /frontend/octa… #436

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