diff --git a/.github/workflows/licence.yml b/.github/workflows/licence.yml index ec822c68f..3e6bd418b 100644 --- a/.github/workflows/licence.yml +++ b/.github/workflows/licence.yml @@ -64,3 +64,9 @@ jobs: cd tools/sz_repo_cli dart pub get lic_ck check-licenses --config ../../licenses_config.yaml --problematic + + - name: Check licenses in website + run: | + cd website + flutter pub get + lic_ck check-licenses --config ../licenses_config.yaml --problematic