Skip to content

chore(deps): bump tokio from 1.38.0 to 1.39.2 #23

chore(deps): bump tokio from 1.38.0 to 1.39.2

chore(deps): bump tokio from 1.38.0 to 1.39.2 #23

Workflow file for this run

name: CSpell
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
lint-cspell:
name: Lint CSpell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: streetsidesoftware/cspell-action@v6
with:
files: "**"
config: cspell.json
strict: true
verbose: true