Skip to content

fix: Solve warnings from 3.10.0 analyzer #1636

fix: Solve warnings from 3.10.0 analyzer

fix: Solve warnings from 3.10.0 analyzer #1636

Workflow file for this run

name: spell_checker
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2
with:
files: "**/*.{md,dart}"
incremental_files_only: false
config: .github/cspell.json