Skip to content

chore: Update dart sdk constraint to >=3.3.0 #3639

chore: Update dart sdk constraint to >=3.3.0

chore: Update dart sdk constraint to >=3.3.0 #3639

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
- run: npm -g install cspell
# spell check
- run: ./scripts/cspell-run.sh
# verify dictionary words are sorted and not orphan
- run: ./scripts/cspell-verify.sh