Skip to content

Commit a060408

Browse files
author
T.J. Telan
committed
Adding badges to README.md
Renaming github action workflow
1 parent 3accf88 commit a060408

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Rust
1+
name: git-url-parse
22

33
on: [push]
44

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# git-url-parse
22

3+
[![Crates.io](https://img.shields.io/crates/v/git-url-parse)](https://crates.io/crates/git-url-parse)
4+
[![docs.rs](https://docs.rs/git-url-parse/badge.svg)](https://docs.rs/git-url-parse/)
5+
[![licence](https://img.shields.io/github/license/tjtelan/git-url-parse-rs)](LICENSE)
6+
![Github actions build status](https://github.com/tjtelan/git-url-parse-rs/workflows/git-url-parse/badge.svg)
7+
38
Supports common protocols as specified by the [Pro Git book](https://git-scm.com/book/en/v2)
49

510
See: [4.1 Git on the Server - The Protocols](https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols)

0 commit comments

Comments
 (0)