Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 976 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 976 Bytes

Submodule Checker

中文

Check whether a submodule is on default branch (usually master), and report a github commit status.

image

Config (in your repos)

Add config file

Config file .submodule_checker.json:

[
  "/fqdns",
  "/hexo-theme-next",
  "/dayjs"
]

Put each submodule path (relative to root of current project) to a json array.

This will check your submodule on default branch (master by default), if you would like to change default branch, please visit: https://help.github.com/articles/setting-the-default-branch/ .

Install Github APP

Submodule Checker is now providing a Github App, you can install it here: https://github.com/apps/submodule-checker .

Please make sure your submodule project is also installed, otherwise commits cannot be compared.