Skip to content

Commit 3b59683

Browse files
authored
feat: add new user logos to Trusted by section (#9)
## Summary Adds 8 new organization logos to the **Trusted by developers worldwide** section based on GitHub search analysis. ## New Organizations Added | Logo | Organization | How They Use commit-check | |------|-------------|--------------------------| | ![Istio Ecosystem](https://github.com/istio-ecosystem.png) | **Istio Ecosystem** | `.commit-check.yml` config — part of the Istio service mesh ecosystem | | ![Juniper Networks](https://github.com/Juniper.png) | **Juniper Networks** | Python package dependency (networking hardware giant) | | ![French National Parks](https://github.com/PnX-SI.png) | **French National Parks (PnX-SI)** | Pre-commit hook — French government institution | | ![OpenDriveLab](https://github.com/OpenDriveLab.png) | **OpenDriveLab** | Pre-commit hook — Shanghai AI Lab autonomous driving research | | ![UT Austin RobIn](https://github.com/UT-Austin-RobIn.png) | **UT Austin RobIn** | Pre-commit hook — University of Texas at Austin robotics lab | | ![WorldArena2](https://github.com/WorldArena2.png) | **WorldArena2** | Pre-commit hook — AI/3D world project | | ![moniqo](https://github.com/moniqohq.png) | **moniqo** | GitHub Action + Pre-commit hook | | ![elu mobility](https://github.com/elumobility.png) | **elu mobility** | Pre-commit hook — EV charging company | | ![Open Energy Platform](https://github.com/OpenEnergyPlatform.png) | **Open Energy Platform** | Python package — open energy research platform | ## Search Method Searched GitHub for usage of `commit-check-action`, `commit-check` (pre-commit), and `commit-check-mcp` across all public repositories, filtering for organization-level accounts. The base action has **134 users** on GitHub Marketplace.
1 parent c0d33d0 commit 3b59683

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

docs/index.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,42 @@ title: Commit Check
7777
<img src="https://github.com/RLinf.png" alt="RLinf" title="RLinf">
7878
<span>RLinf</span>
7979
</div>
80+
<div class="logo-item">
81+
<img src="https://github.com/istio-ecosystem.png" alt="Istio Ecosystem" title="Istio Ecosystem">
82+
<span>Istio Ecosystem</span>
83+
</div>
84+
<div class="logo-item">
85+
<img src="https://github.com/Juniper.png" alt="Juniper Networks" title="Juniper Networks">
86+
<span>Juniper Networks</span>
87+
</div>
88+
<div class="logo-item">
89+
<img src="https://github.com/PnX-SI.png" alt="French National Parks" title="French National Parks">
90+
<span>French National Parks</span>
91+
</div>
92+
<div class="logo-item">
93+
<img src="https://github.com/OpenDriveLab.png" alt="OpenDriveLab" title="OpenDriveLab">
94+
<span>OpenDriveLab</span>
95+
</div>
96+
<div class="logo-item">
97+
<img src="https://github.com/UT-Austin-RobIn.png" alt="UT Austin RobIn" title="UT Austin RobIn">
98+
<span>UT Austin RobIn</span>
99+
</div>
100+
<div class="logo-item">
101+
<img src="https://github.com/WorldArena2.png" alt="WorldArena2" title="WorldArena2">
102+
<span>WorldArena2</span>
103+
</div>
104+
<div class="logo-item">
105+
<img src="https://github.com/moniqohq.png" alt="moniqo" title="moniqo">
106+
<span>moniqo</span>
107+
</div>
108+
<div class="logo-item">
109+
<img src="https://github.com/elumobility.png" alt="elu mobility" title="elu mobility">
110+
<span>elu mobility</span>
111+
</div>
112+
<div class="logo-item">
113+
<img src="https://github.com/OpenEnergyPlatform.png" alt="Open Energy Platform" title="Open Energy Platform">
114+
<span>Open Energy Platform</span>
115+
</div>
80116
</div>
81117

82118
<!-- <div class="stats-grid">

0 commit comments

Comments
 (0)