Skip to content

chore: bump Flutter sdk to v3.22.0 (#3) #18

chore: bump Flutter sdk to v3.22.0 (#3)

chore: bump Flutter sdk to v3.22.0 (#3) #18

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: .vscode/cspell.json
exclude: ".gitignore"