Skip to content

Bump @typescript-eslint/parser from 6.7.0 to 6.20.0 #240

Bump @typescript-eslint/parser from 6.7.0 to 6.20.0

Bump @typescript-eslint/parser from 6.7.0 to 6.20.0 #240

Workflow file for this run

name: "Check spelling"
on: # rebuild any PRs and main branch changes
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
spellcheck:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5
with:
check_dot_files: false
incremental_files_only: true
inline: warning
strict: false