DEV: Add Ember CLI workspace license checks (#16603)

Co-authored-by: Jarek Radosz <jradosz@gmail.com>
This commit is contained in:
Penar Musaraj
2022-05-03 13:06:19 -04:00
committed by GitHub
parent bebb4fd111
commit 175e6e6061
2 changed files with 40 additions and 0 deletions

View File

@@ -73,4 +73,11 @@ jobs:
if: ${{ always() }}
run: |
yarn global add licensee
yarn global upgrade licensee
licensee --errors-only
- name: Check Ember CLI Workspace Licenses
if: ${{ always() }}
working-directory: ./app/assets/javascripts
run: |
licensee --errors-only