Skip to content

chore: Update Dart to 3.0.0 #1

chore: Update Dart to 3.0.0

chore: Update Dart to 3.0.0 #1

Workflow file for this run

name: spell_check
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
spell-check:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
with:
includes: "**/*.md"
modified_files_only: false