Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 6.7.4 to 6.7.5 in /javascript #698

chore(deps-dev): bump @typescript-eslint/parser from 6.7.4 to 6.7.5 in /javascript

chore(deps-dev): bump @typescript-eslint/parser from 6.7.4 to 6.7.5 in /javascript #698

Workflow file for this run

name: Checks
on:
pull_request:
push:
branches:
- main
jobs:
spellcheck:
name: Check Spelling
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "18"
- run: npm install -g cspell
- run: cd javascript && cspell .