Skip to content

ci: Workflow Bot -- Update ALL Dependencies (main) (#138) #382

ci: Workflow Bot -- Update ALL Dependencies (main) (#138)

ci: Workflow Bot -- Update ALL Dependencies (main) (#138) #382

Workflow file for this run

name: '🔤 cspell'
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
files: |
**
.*/**
incremental_files_only: false