mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Specify license for recipes-checker-main lint:pull-request
This commit is contained in:
committed by
Nicolas Grekas
parent
72b3ddae9d
commit
ce4b08db38
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user