This repository was archived by the owner on Apr 14, 2026. It is now read-only.
chore: add deprecation notice (#113) #225
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/flutter_package.yml@v1 | |
| with: | |
| flutter_channel: stable | |
| flutter_version: 3.38.x | |
| package_get_excludes: example | |
| 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 | |
| pana_score: | |
| uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1 |