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.
1 parent 72b3dda commit ce4b08dCopy full SHA for ce4b08d
.github/workflows/callable-qa.yml
@@ -173,7 +173,7 @@ jobs:
173
name: Contribution is under MIT and has no merge commits
174
if: "always() && steps.checkout.outcome == 'success'"
175
run: |
176
- .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 }}
177
178
-
179
name: Parameters should be defined via the "container" configurator
0 commit comments