Skip to content

feat: add go router package and routing to the app #10166

feat: add go router package and routing to the app

feat: add go router package and routing to the app #10166

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: "flutter_news_example/**/*.{md,dart}"
config: flutter_news_example/.vscode/cspell.json
exclude: ".gitignore"