script to generate license info (#614)

This commit is contained in:
eric sciple
2021-10-19 14:30:04 -05:00
committed by GitHub
parent 826ba42d6c
commit 3d677ac575
21 changed files with 415 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