Skip to content

Commit

Permalink
Add dependency license check for /website. (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas-Sander authored Feb 27, 2024
1 parent 7452434 commit 336e006
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/licence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 336e006

Please sign in to comment.