ci: add a license compliance check

This commit is contained in:
lauren n. liberda 2024-02-25 13:55:48 +01:00
commit cd6294b421
No known key found for this signature in database
GPG key ID: 1613DD32FE28C3EA
4 changed files with 129 additions and 0 deletions

View file

@ -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