Skip to content

Commit aa221d2

Browse files
Andrei.OvcharenkoAndrei.Ovcharenko
authored andcommitted
docs: unify repository badges
1 parent 3e9f725 commit aa221d2

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
# JavaSoundRecorder
22

3-
![CI](https://github.com/krotname/JavaSoundRecorder/actions/workflows/ci.yml/badge.svg?branch=master)
4-
![Workflow lint](https://github.com/krotname/JavaSoundRecorder/actions/workflows/actionlint.yml/badge.svg?branch=master)
5-
![CodeQL](https://github.com/krotname/JavaSoundRecorder/actions/workflows/codeql.yml/badge.svg)
6-
![Coverage](https://codecov.io/gh/krotname/JavaSoundRecorder/branch/master/graph/badge.svg)
7-
![Release](https://img.shields.io/github/v/release/krotname/JavaSoundRecorder)
8-
![Dependabot](https://img.shields.io/badge/Dependabot-Enabled-00ad45?logo=dependabot)
3+
[![CI](https://github.com/krotname/JavaSoundRecorder/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/krotname/JavaSoundRecorder/actions/workflows/ci.yml?query=branch%3Amaster)
4+
[![CodeQL](https://github.com/krotname/JavaSoundRecorder/actions/workflows/codeql.yml/badge.svg?branch=master)](https://github.com/krotname/JavaSoundRecorder/actions/workflows/codeql.yml?query=branch%3Amaster)
5+
[![Coverage](https://codecov.io/gh/krotname/JavaSoundRecorder/branch/master/graph/badge.svg)](https://codecov.io/gh/krotname/JavaSoundRecorder)
96
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/krotname/JavaSoundRecorder/badge)](https://securityscorecards.dev/viewer/?uri=github.com/krotname/JavaSoundRecorder)
7+
[![Release](https://img.shields.io/github/v/release/krotname/JavaSoundRecorder?label=release)](https://github.com/krotname/JavaSoundRecorder/releases/latest)
8+
[![License: GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](LICENSE)
9+
[![Java](https://img.shields.io/badge/Java-21-007396)](https://adoptium.net/)
1010
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/13147/badge)](https://www.bestpractices.dev/projects/13147)
11-
![License](https://img.shields.io/badge/License-GPL--3.0-blue)
12-
![Issues](https://img.shields.io/github/issues/krotname/JavaSoundRecorder)
13-
![Forks](https://img.shields.io/github/forks/krotname/JavaSoundRecorder)
14-
![Java](https://img.shields.io/badge/Java-21-007396)
1511

1612
JavaSoundRecorder — Java 21 desktop-проект для записи звука с микрофона, демонстрирующий аккуратную архитектуру, воспроизводимую сборку, многоуровневые тесты, CI, coverage и supply-chain quality gates.
1713

0 commit comments

Comments
 (0)