Skip to content

Merge branch 'main' into chore/very_good_flame_game-v0.6.0 #185

Merge branch 'main' into chore/very_good_flame_game-v0.6.0

Merge branch 'main' into chore/very_good_flame_game-v0.6.0 #185

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"