ci: add a license compliance check
This commit is contained in:
parent
549291ab40
commit
cd6294b421
4 changed files with 129 additions and 0 deletions
2
.github/workflows/integrate.yaml
vendored
2
.github/workflows/integrate.yaml
vendored
|
|
@ -19,6 +19,8 @@ jobs:
|
|||
run: dart format lib/ test/ --set-exit-if-changed
|
||||
- name: Check import formatting
|
||||
run: dart run import_sorter:main --no-comments --exit-if-changed
|
||||
- name: Check license compliance
|
||||
run: dart run license_checker check-licenses -c licenses.yaml --problematic
|
||||
- run: flutter analyze
|
||||
- name: Apply google services patch
|
||||
run: git apply ./scripts/enable-android-google-services.patch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue