Skip to content

Commit

Permalink
docs: fix ci badges (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Mar 5, 2021
1 parent f43a7f1 commit bc93ae5
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h1 align="center">❯ Cliffy</h1>

<p align="center" class="badges-container">
<a href="https://github.com/c4spar/deno-cliffy/actions?query=workflow%3ATest">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/Test/badge.svg?branch=master" />
<a href="https://github.com/c4spar/deno-cliffy/actions/workflows/test.yml">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/Test/badge.svg?branch=main" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/releases">
<img alt="Version" src="https://img.shields.io/github/v/release/c4spar/deno-cliffy?logo=github&color=blue" />
Expand Down
4 changes: 2 additions & 2 deletions ansi/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h1 align="center">Cliffy ❯ Ansi</h1>

<p align="center" class="badges-container">
<a href="https://github.com/c4spar/deno-cliffy/actions?query=workflow%3ATest">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/Test/badge.svg?branch=master" />
<a href="https://github.com/c4spar/deno-cliffy/actions/workflows/test.yml">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/Test/badge.svg?branch=main" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/releases">
<img alt="Version" src="https://img.shields.io/github/v/release/c4spar/deno-cliffy?logo=github&color=blue&label=latest" />
Expand Down
6 changes: 3 additions & 3 deletions command/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h1 align="center">Cliffy ❯ Command</h1>

<p align="center" class="badges-container">
<a href="https://github.com/c4spar/deno-cliffy/actions?query=workflow%3ATest">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/Test/badge.svg?branch=master" />
<a href="https://github.com/c4spar/deno-cliffy/actions/workflows/test.yml">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/Test/badge.svg?branch=main" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/releases">
<img alt="Version" src="https://img.shields.io/github/v/release/c4spar/deno-cliffy?logo=github&color=blue&label=latest" />
Expand Down Expand Up @@ -82,8 +82,8 @@
- [Fish Completions](#fish-completions)
- [Zsh Completions](#zsh-completions)
- [Generic options and arguments](#-generic-options-and-arguments)
- [Generic constructor types](#generic-constructor-types)
- [Generic instance method types](#generic-instance-method-types)
- [Generic constructor types](#generic-constructor-types)
- [Generic global parent types](#generic-global-parent-types)
- [Version option](#-version-option)
- [Contributing](#-contributing)
Expand Down
4 changes: 2 additions & 2 deletions flags/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h1 align="center">Cliffy ❯ Flags </h1>

<p align="center" class="badges-container">
<a href="https://github.com/c4spar/deno-cliffy/actions?query=workflow%3ATest">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/Test/badge.svg?branch=master" />
<a href="https://github.com/c4spar/deno-cliffy/actions/workflows/test.yml">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/Test/badge.svg?branch=main" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/releases">
<img alt="Version" src="https://img.shields.io/github/v/release/c4spar/deno-cliffy?logo=github&color=blue&label=latest" />
Expand Down
4 changes: 2 additions & 2 deletions keycode/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h1 align="center">Cliffy ❯ KeyCode </h1>

<p align="center" class="badges-container">
<a href="https://github.com/c4spar/deno-cliffy/actions?query=workflow%3ATest">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/Test/badge.svg?branch=master" />
<a href="https://github.com/c4spar/deno-cliffy/actions/workflows/test.yml">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/Test/badge.svg?branch=main" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/releases">
<img alt="Version" src="https://img.shields.io/github/v/release/c4spar/deno-cliffy?logo=github&color=blue&label=latest" />
Expand Down
4 changes: 2 additions & 2 deletions prompt/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h1 align="center">Cliffy ❯ Prompt</h1>

<p align="center" class="badges-container">
<a href="https://github.com/c4spar/deno-cliffy/actions?query=workflow%3ATest">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/Test/badge.svg?branch=master" />
<a href="https://github.com/c4spar/deno-cliffy/actions/workflows/test.yml">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/Test/badge.svg?branch=main" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/releases">
<img alt="Version" src="https://img.shields.io/github/v/release/c4spar/deno-cliffy?logo=github&color=blue&label=latest" />
Expand Down
4 changes: 2 additions & 2 deletions table/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h1 align="center">Cliffy ❯ Table </h1>

<p align="center" class="badges-container">
<a href="https://github.com/c4spar/deno-cliffy/actions?query=workflow%3ATest">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/Test/badge.svg?branch=master" />
<a href="https://github.com/c4spar/deno-cliffy/actions/workflows/test.yml">
<img alt="Build status" src="https://github.com/c4spar/deno-cliffy/workflows/Test/badge.svg?branch=main" />
</a>
<a href="https://github.com/c4spar/deno-cliffy/releases">
<img alt="Version" src="https://img.shields.io/github/v/release/c4spar/deno-cliffy?logo=github&color=blue&label=latest" />
Expand Down

0 comments on commit bc93ae5

Please sign in to comment.