setup-node/.github/workflows/licensed.yml

25 lines
552 B
YAML
Raw Normal View History

name: Licensed
on:
2021-08-25 11:29:51 -04:00
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
name: Check licenses
steps:
2022-04-01 04:13:52 -04:00
- uses: actions/checkout@v3
- run: npm ci
- name: Install licensed
run: |
cd $RUNNER_TEMP
2022-02-24 06:42:19 -05:00
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/3.4.4/licensed-3.4.4-linux-x64.tar.gz
sudo tar -xzf licensed.tar.gz
sudo mv licensed /usr/local/bin/licensed
2021-08-25 11:29:51 -04:00
- run: licensed status