main.yaml 587 B

12345678910111213141516171819202122232425
  1. name: ci
  2. concurrency:
  3. group: ${{ github.workflow }}-${{ github.ref }}
  4. cancel-in-progress: true
  5. on:
  6. pull_request:
  7. branches:
  8. - main
  9. jobs:
  10. semantic_pull_request:
  11. uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1
  12. spell-check:
  13. uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
  14. with:
  15. includes: "**/*.md"
  16. modified_files_only: false
  17. build:
  18. uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
  19. with:
  20. flutter_channel: stable