From ce4b08db387dd4499a43f0572c8cbf26bb433bf8 Mon Sep 17 00:00:00 2001 From: Ilya Antipenko <1021703+aivus@users.noreply.github.com> Date: Fri, 26 Nov 2021 16:56:53 +0100 Subject: [PATCH] Specify license for recipes-checker-main lint:pull-request --- .github/workflows/callable-qa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/callable-qa.yml b/.github/workflows/callable-qa.yml index 114bb8fa..c99746bb 100644 --- a/.github/workflows/callable-qa.yml +++ b/.github/workflows/callable-qa.yml @@ -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