Skip to content

Commit

Permalink
docs: removing Continuous Integration (CI) badge (#59)
Browse files Browse the repository at this point in the history
As the badge is for the latest workflow not the main branch.

We will also not block a release on checks, so need to run the CI workflow on the main branch. The checks are performed as part of the pull request.
  • Loading branch information
DeveloperC286 authored Oct 10, 2024
1 parent f7e6fa6 commit 5f5c7a8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Conventional Commits Linter
[![Continuous Integration (CI)](https://github.com/DeveloperC286/conventional_commits_linter/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/DeveloperC286/conventional_commits_linter/actions/workflows/continuous-integration.yml)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![License](https://img.shields.io/badge/License-AGPLv3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)

Expand Down
1 change: 0 additions & 1 deletion conventional_commits_linter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Conventional Commits Linter
[![crates.io](https://img.shields.io/crates/v/conventional_commits_linter)](https://crates.io/crates/conventional_commits_linter)
[![Continuous Integration (CI)](https://github.com/DeveloperC286/conventional_commits_linter/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/DeveloperC286/conventional_commits_linter/actions/workflows/continuous-integration.yml)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![License](https://img.shields.io/badge/License-AGPLv3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)

Expand Down
1 change: 0 additions & 1 deletion conventional_commits_linter_lib/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Conventional Commits Linter Library
[![Documentation](https://docs.rs/conventional_commits_linter_lib/badge.svg)](https://docs.rs/conventional_commits_linter_lib)
[![crates.io](https://img.shields.io/crates/v/conventional_commits_linter_lib)](https://crates.io/crates/conventional_commits_linter_lib)
[![Continuous Integration (CI)](https://github.com/DeveloperC286/conventional_commits_linter/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/DeveloperC286/conventional_commits_linter/actions/workflows/continuous-integration.yml)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![License](https://img.shields.io/badge/License-AGPLv3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)

Expand Down

0 comments on commit 5f5c7a8

Please sign in to comment.