Skip to content

chore(deps): bump srealmoreno/label-sync-action from 1 to 2 (#68) #212

chore(deps): bump srealmoreno/label-sync-action from 1 to 2 (#68)

chore(deps): bump srealmoreno/label-sync-action from 1 to 2 (#68) #212

Workflow file for this run

name: build
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,yaml}
!.dart_tool/**/*.yaml
.*/**/*.yml
modified_files_only: false
r13n:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable
pana:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1