We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jonabc/setup-licensed
1 parent faea5b2 commit df46368Copy full SHA for df46368
.github/workflows/licensed.yml
@@ -14,11 +14,11 @@ jobs:
14
name: Check licenses
15
steps:
16
- uses: actions/checkout@v2
17
+ with:
18
+ fetch-depth: 0 # prefer to use a full fetch for licensed workflows
19
+ # https://github.com/jonabc/setup-licensed/releases/tag/v1.1.1
20
+ - uses: jonabc/setup-licensed@82c5f4d19e8968efa74a25b132922382c2671fe2
21
22
+ version: '3.x'
23
- 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
24
- run: licensed status
0 commit comments