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

26 lines
573 B
YAML
Raw Normal View History

name: Licensed
on:
2021-09-13 11:52:18 +02:00
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
name: Check licenses
steps:
2022-04-07 12:25:49 +02:00
- uses: actions/checkout@v3
- run: npm ci
- name: Install licensed
run: |
cd $RUNNER_TEMP
2022-02-24 12:42:37 +01: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-09-13 11:52:18 +02:00
- run: licensed status