Skip to content

Bump eslint from 8.38.0 to 8.39.0 #151

Bump eslint from 8.38.0 to 8.39.0

Bump eslint from 8.38.0 to 8.39.0 #151

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@v3
- uses: streetsidesoftware/cspell-action@v2
with:
check_dot_files: false
incremental_files_only: true
inline: warning
strict: false