From 336e006dca01d89a1f80b52792ec3feb06cd8608 Mon Sep 17 00:00:00 2001 From: Jonas Sander <29028262+Jonas-Sander@users.noreply.github.com> Date: Tue, 27 Feb 2024 07:29:30 +0100 Subject: [PATCH] Add dependency license check for `/website`. (#1321) --- .github/workflows/licence.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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