Skip to content

Commit

Permalink
chore: add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tao committed Oct 7, 2022
1 parent f3afb6c commit 57cfbda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: github-action
name: Build and Test
on:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# markdown-outline-helper

[![Coverage Status](https://coveralls.io/repos/github/johntao/markdown-outline-helper/badge.svg?branch=feat-addCoveralls)](https://coveralls.io/github/johntao/markdown-outline-helper?branch=feat-addCoveralls)
[![Build and Test](https://github.com/johntao/markdown-outline-helper/actions/workflows/action.yml/badge.svg)](https://github.com/johntao/markdown-outline-helper/actions/workflows/action.yml)

## 1) Intro
###   1.1) A minimal markdown outline helper to convert between list and headings, convert hierarchical list into flat items, and to sort hierarchical items
Expand Down

0 comments on commit 57cfbda

Please sign in to comment.