Skip to content

Commit

Permalink
Add github action badges to README (#677)
Browse files Browse the repository at this point in the history
Co-authored-by: Ajaz Ahmed Ansari <[email protected]>
  • Loading branch information
lubkoll and ajansari95 authored Jul 19, 2024
1 parent 82e8de4 commit d314254
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cl_vault.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test cl vault
name: CL Vault

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dex_router_osmosis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test dex router (osmosis)
name: Dex Router (osmosis)

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lst_adapter_osmosis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test lst adapter (osmosis)
name: LST Adapter (osmosis)

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lst_dex_adapter_osmosis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test lst dex adapter (osmosis)
name: LST Dex Adapter (osmosis)

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merkle_incentives.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test merkle incentives
name: Merkle Incentives

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quasar_types.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test quasar-types
name: Quasar Types

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/range_middleware.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test range middleware
name: Range Middleware

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/token_burner.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test token burner
name: Token Burner

on:
pull_request:
Expand Down
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Quasar

#### Chain:
![](https://github.com/quasar-finance/quasar/actions/workflows/build_go.yml/badge.svg)
![](https://github.com/quasar-finance/quasar/actions/workflows/lint_go.yml/badge.svg)
![](https://github.com/quasar-finance/quasar/actions/workflows/test_go.yml/badge.svg)

#### Contracts (rust)
![](https://github.com/quasar-finance/quasar/actions/workflows/cl_vault.yml/badge.svg)
![](https://github.com/quasar-finance/quasar/actions/workflows/dex_router_osmosis.yml/badge.svg)
![](https://github.com/quasar-finance/quasar/actions/workflows/lst_adapter_osmosis.yml/badge.svg)
![](https://github.com/quasar-finance/quasar/actions/workflows/lst_dex_adapter_osmosis.yml/badge.svg)
![](https://github.com/quasar-finance/quasar/actions/workflows/merkle_incentives.yml/badge.svg)
![](https://github.com/quasar-finance/quasar/actions/workflows/range_middleware.yml/badge.svg)
![](https://github.com/quasar-finance/quasar/actions/workflows/token_burner.yml/badge.svg)

#### Packages (rust)
![](https://github.com/quasar-finance/quasar/actions/workflows/quasar_types.yml/badge.svg)

## Overview

This is the official Quasar Labs repository.
Quasar is a decentralized app-chain built for interchain asset management.

Expand Down

0 comments on commit d314254

Please sign in to comment.