Skip to content

Commit

Permalink
feat(dev): add sonarcloud (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Aug 17, 2024
1 parent f891e4f commit 330944d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions dist/dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ <h1 class="fw-bolder">Developer Dashboard</h1>
<div>
<!-- Cloudsmith button -->
<a class="btn btn-warning mx-1 my-2" href="https://cloudsmith.io/~lizardbyte/repos" target="_blank" rel="noopener noreferrer">
<span class="fa-stack fa-xs">
<i class="fas fa-diamond fa-stack-2x"></i>
<i class="fas fa-circle fa-stack-1x" style="color:orange"></i>
</span>
Cloudsmith
<i class="fab fa-cloudsmith me-2"></i>Cloudsmith
</a>

<!-- CodeCov button -->
Expand Down Expand Up @@ -102,6 +98,11 @@ <h1 class="fw-bolder">Developer Dashboard</h1>
<i class="fas fa-book me-2"></i>ReadTheDocs
</a>

<!-- SonarCloud button -->
<a class="btn btn-info mx-1 my-2" href="https://sonarcloud.io/organizations/lizardbyte/projects" target="_blank" rel="noopener noreferrer">
<i class="fas fa-cloud me-2"></i>SonarCloud
</a>

<!-- YouTrack button -->
<a class="btn btn-warning mx-1 my-2" href="https://lizardbyte.youtrack.cloud" target="_blank" rel="noopener noreferrer">
<i class="fas fa-bug me-2"></i>YouTrack
Expand Down

0 comments on commit 330944d

Please sign in to comment.