Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

feat: finishing build #3

feat: finishing build

feat: finishing build #3

Workflow file for this run

name: dash_run
concurrency:
group: $-$
cancel-in-progress: true
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
semantic-pull-request:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable
# TODO(erickzanardo): remove after prototyping phase.
min_coverage: 0
spell-check:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
with:
includes: |
**/*.md
modified_files_only: false