Skip to content

Merge pull request #5 from yang-lile/dependabot/pub/riverpod_lint-and… #21

Merge pull request #5 from yang-lile/dependabot/pub/riverpod_lint-and…

Merge pull request #5 from yang-lile/dependabot/pub/riverpod_lint-and… #21

Workflow file for this run

name: memes_manager
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
setup: dart run build_runner build --delete-conflicting-outputs
spell-check:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
with:
includes: |
**/*.md
modified_files_only: false