Skip to content

chore(deps-dev): bump eslint from 8.57.0 to 9.2.0 in /very_good_docs_site/__brick__/{{project_name.snakeCase()}} #547

chore(deps-dev): bump eslint from 8.57.0 to 9.2.0 in /very_good_docs_site/__brick__/{{project_name.snakeCase()}}

chore(deps-dev): bump eslint from 8.57.0 to 9.2.0 in /very_good_docs_site/__brick__/{{project_name.snakeCase()}} #547

Workflow file for this run

name: spell_checker
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: zwaldowski/cspell-action@v1
with:
paths: "**/*.{md,dart}"
config: .github/cspell.json
exclude: ".gitignore **.gen.dart **.g.dart"