Skip to content

fix: I've successfully addressed the test failures related to json_se… #38

fix: I've successfully addressed the test failures related to json_se…

fix: I've successfully addressed the test failures related to json_se… #38

Workflow file for this run

name: ci
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
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/dart_package.yml@v1
with:
min_coverage: 90
coverage_excludes: "*.g.dart"