mirror of
https://gitea.com/actions/checkout.git
synced 2025-04-05 14:59:40 +00:00
script to generate license info (#614)
This commit is contained in:
8
.github/workflows/licensed.yml
vendored
8
.github/workflows/licensed.yml
vendored
@ -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
|
Reference in New Issue
Block a user