Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add github action badges to README #677

Merged
merged 3 commits into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading