We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68ed111 + 4911f47 commit a5c70a9Copy full SHA for a5c70a9
.github/workflows/licensing.yml
@@ -17,5 +17,6 @@ jobs:
17
- uses: actions/checkout@v2
18
with:
19
fetch-depth: 0
20
- - run: sudo gem install license_finder && npm install
+ - run: sudo gem install license_finder -v 7.1
21
+ - run: npm install
22
- run: license_finder
0 commit comments