Skip to content

Commit

Permalink
Merge branch 'main' into goldens
Browse files Browse the repository at this point in the history
  • Loading branch information
MelbourneDeveloper authored Sep 25, 2024
2 parents 6e9b540 + a7a2ef5 commit b580c3f
Show file tree
Hide file tree
Showing 8 changed files with 3,069 additions and 133 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
pull_request:
branches: [main]
workflow_dispatch:

jobs:
cspell:
spell_check:
name: 🔤 Check Spelling
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
with:
config: cspell.config.yaml
config: cspell.config.yaml

build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -63,4 +63,8 @@ jobs:
uses: VeryGoodOpenSource/very_good_coverage@v2
with:
path: 'charts_flutter/coverage/lcov.info'
min_coverage: 44.4
min_coverage: 53.1

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Loading

0 comments on commit b580c3f

Please sign in to comment.