随笔分类 -  Github

企业级github api
摘要:参考: GitHub API for Java – (kohsuke.org) 依赖: <dependency> <groupId>org.kohsuke</groupId> <artifactId>github-api</artifactId> <version>1.135</version> < 阅读全文
posted @ 2023-10-21 18:08 EZgod 阅读(53) 评论(0) 推荐(0)
SonarQube install
摘要:.... 参考文档: https://docs.sonarqube.org/latest/setup/get-started-2-minutes/ sonarqube Action: https://github.com/kitabisa/sonarqube-action 阅读全文
posted @ 2022-06-22 22:57 EZgod 阅读(20) 评论(0) 推荐(0)
Github 容器化服务
摘要:。。。 参考文档: https://docs.github.com/cn/actions/using-containerized-services/about-service-containers 阅读全文
posted @ 2022-06-22 22:42 EZgod 阅读(29) 评论(0) 推荐(0)
Github 仓库 Action workflow
摘要:... 参考文档: https://docs.github.com/cn/actions/quickstart https://docs.github.com/cn/actions/learn-github-actions/understanding-github-actions 阅读全文
posted @ 2022-06-22 22:41 EZgod 阅读(23) 评论(0) 推荐(0)
Github分支合并冲突解决
摘要:。。。 参考文档: https://docs.github.com/cn/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github 阅读全文
posted @ 2022-06-22 22:39 EZgod 阅读(68) 评论(0) 推荐(0)