We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3c87af + a5c70a9 commit f69cd76Copy full SHA for f69cd76
.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