Skip to content

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

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

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

Workflow file for this run

name: lint
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npx cspell "src/**/*.ts" "*.md"