ci: make check.lint
should check different go modules 让make脚本检查不同的 go 模块
#598
Labels
make check.lint
should check different go modules 让make脚本检查不同的 go 模块
#598
What would you like to be added:
Layotto have multiple go modules in one repo, including:
components/
demo/
sdk/go-sdk/
spec
Currently our
make check.lint
script only check the root module.We should improve our script to check different go modules automatically.
Why is this needed:
To make code contribution easier
The text was updated successfully, but these errors were encountered: