Skip to content

Commit

Permalink
Add Build Success/Fail Badge (#431)
Browse files Browse the repository at this point in the history
## Summary
<!--- This is a required section; please describe the main purpose of
this proposed code change. --->
Add Build Success/Fail Badge
<!---
## Details
This is an optional section; is there anything specific that reviewers
should be aware of?
--->

## Testing Done
<!--- This is a required section; please describe how this change was
tested. --->
Readme Change, no need to test.
<!-- 
Replace BLANK with your device type. For example, A100-80G-PCIe

Complete the following tasks before sending your PR, and replace `[ ]`
with
`[x]` to indicate you have done them. 
-->

- Hardware Type: <BLANK>
- [x] run `make test` to ensure correctness
- [x] run `make checkstyle` to ensure code style
- [x] run `make test-convergence` to ensure convergence
  • Loading branch information
hebiao064 authored Dec 7, 2024
1 parent 6cb0018 commit 7a71725
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<th style="padding: 10px;" colspan="2">Stable</th>
<th style="padding: 10px;" colspan="2">Nightly</th>
<th style="padding: 10px;">Discord</th>
<th style="padding: 10px;">Gurubase (experimental)</th>
<th style="padding: 10px;">Build</th>
</tr>
<tr>
<td style="padding: 10px;">
Expand Down Expand Up @@ -37,8 +37,8 @@
</a>
</td>
<td style="padding: 10px;">
<a href="https://gurubase.io/g/liger-kernel">
<img src="https://img.shields.io/badge/Gurubase-Ask%20Liger%20Kernel%20Guru-006BFF" alt="Ask Liger Kernel Guru">
<a href="https://github.com/linkedin/Liger-Kernel/actions/workflows/ci.yml">
<img src="https://github.com/linkedin/Liger-Kernel/actions/workflows/ci.yml/badge.svg?event=schedule" alt="Build">
</a>
</td>
</tr>
Expand Down

0 comments on commit 7a71725

Please sign in to comment.