| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 15d1f67 commit c15d236
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,6 +12,8 @@ matrix: | |||
| 12 | 12 | - NODE=$(which node) | |
| 13 | 13 | script: | |
| 14 | 14 | - make lint | |
| 15 | + # Lint the first commit in the PR. | ||
| 16 | + - git log HEAD ^$TRAVIS_BRANCH --pretty=format:'%h' --no-merges | tail -1 | xargs npx core-validate-commit --no-validate-metadata | ||
| 15 | 17 | - name: "Test Suite" | |
| 16 | 18 | install: | |
| 17 | 19 | - ./configure | |
| Back | FazBrowse Home | New Git URL |
0 commit comments