mirror of
https://code.forgejo.org/actions/checkout
synced 2025-04-22 00:33:53 +08:00
script to generate license info (#614)
This commit is contained in:
parent
826ba42d6c
commit
3d677ac575
21 changed files with 415 additions and 23 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue