script to generate license info

This commit is contained in:
eric sciple 2021-10-19 13:53:51 -05:00
parent 826ba42d6c
commit 90cfc06573
21 changed files with 405 additions and 23 deletions

View file

@ -11,10 +11,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: npm ci
- name: Install licensed
run: |
cd $RUNNER_TEMP
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2-linux-x64.tar.gz
sudo tar -xzf licensed.tar.gz
sudo mv licensed /usr/local/bin/licensed
- run: licensed status
- run: npm run licensed-check