Specify license for recipes-checker-main lint:pull-request

This commit is contained in:
Ilya Antipenko
2022-02-15 11:38:46 +01:00
committed by Nicolas Grekas
parent 72b3ddae9d
commit ce4b08db38
+1 -1
View File
@@ -173,7 +173,7 @@ jobs:
name: Contribution is under MIT and has no merge commits
if: "always() && steps.checkout.outcome == 'success'"
run: |
.github/recipes-checker-main/run lint:pull-request $GITHUB_EVENT_PATH ${{ secrets.GITHUB_TOKEN }}
.github/recipes-checker-main/run lint:pull-request --license=MIT $GITHUB_EVENT_PATH ${{ secrets.GITHUB_TOKEN }}
-
name: Parameters should be defined via the "container" configurator