Skip to content

Commit b64d9cb

Browse files
committed
ci: rename workflow from build to ci
1 parent 19b475a commit b64d9cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
name: CI
22

33
on:
44
push:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![crate downloads](https://img.shields.io/crates/d/git-mob-tool?style=round)](https://crates.io/crates/git-mob-tool)
77
[![github release](https://img.shields.io/github/v/release/mubashwer/git-mob?style=round)](https://github.com/Mubashwer/git-mob/releases/latest)
88
[![github release downloads](https://img.shields.io/github/downloads/mubashwer/git-mob/total?style=round)](https://github.com/Mubashwer/git-mob/releases)
9-
[![ci status](https://github.com/mubashwer/git-mob/actions/workflows/ci.yml/badge.svg)](https://github.com/Mubashwer/git-mob/actions/workflows/ci.yml)
9+
[![CI status](https://github.com/mubashwer/git-mob/actions/workflows/ci.yml/badge.svg)](https://github.com/Mubashwer/git-mob/actions/workflows/ci.yml)
1010
[![codecov](https://codecov.io/gh/Mubashwer/git-mob/branch/main/graph/badge.svg?token=R522R7NZH4)](https://codecov.io/gh/Mubashwer/git-mob)
1111

1212
You can attribute a git commit to more than one author by adding one or more `Co-authored-by` trailers to the commit's message. Co-authored commits are visible on GitHub. For more information, see [here](https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors).

0 commit comments

Comments
 (0)