Skip to content

chore(deps): update module github.com/fatih/color to v1.18.0 (#616) #2292

chore(deps): update module github.com/fatih/color to v1.18.0 (#616)

chore(deps): update module github.com/fatih/color to v1.18.0 (#616) #2292

Workflow file for this run

name: Spell Check
on:
push:
branches:
- main
pull_request:
jobs:
spell-check:
name: Spell Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Spell Check
uses: streetsidesoftware/cspell-action@v6
with:
incremental_files_only: false
config: ./dev/cspell/cspell.config.yaml
verbose: true