This repository was archived by the owner on May 25, 2025. It is now read-only.
test: add ignore_for_file comment to test file #1
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 |