fix: I've successfully addressed the test failures related to json_se… #38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |