initial commit
This commit is contained in:
29
.github/workflows/main.yaml
vendored
Normal file
29
.github/workflows/main.yaml
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
name: xiao_pet_tracker
|
||||
|
||||
concurrency:
|
||||
group: $-$
|
||||
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
|
||||
|
||||
spell-check:
|
||||
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
|
||||
with:
|
||||
includes: |
|
||||
**/*.md
|
||||
modified_files_only: false
|
||||
Reference in New Issue
Block a user