Skip to content

Commit 4f56c4b

Browse files
committed
docs: add all workflow buttons with status to README
1 parent 4dc234c commit 4f56c4b

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,17 @@
66
</a>
77
</p>
88
<h1>mruby</h1>
9-
<a href="https://github.com/marketplace/actions/super-linter">
10-
<img src="https://github.com/mruby/mruby/actions/workflows/super-linter.yml/badge.svg"
11-
alt="GitHub Super-Linter">
12-
</a>
139
</div>
1410

11+
[![Build and Test Workflow Status](https://github.com/mruby/mruby/actions/workflows/build.yml/badge.svg)](https://github.com/mruby/mruby/actions/workflows/build.yml)
12+
[![CIFuzz Workflow Status](https://github.com/mruby/mruby/actions/workflows/oss-fuzz.yml/badge.svg)](https://github.com/mruby/mruby/actions/workflows/oss-fuzz.yml)
13+
[![CodeQL Analysis Workflow Status](https://github.com/mruby/mruby/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/mruby/mruby/actions/workflows/codeql-analysis.yml)
14+
[![Coverage Workflow Status](https://github.com/mruby/mruby/actions/workflows/coverage.yml/badge.svg)](https://github.com/mruby/mruby/actions/workflows/coverage.yml)
15+
[![Lint Workflow Status](https://github.com/mruby/mruby/actions/workflows/lint.yml/badge.svg)](https://github.com/mruby/mruby/actions/workflows/lint.yml)
16+
[![Release Workflow Status](https://github.com/mruby/mruby/actions/workflows/release.yml/badge.svg)](https://github.com/mruby/mruby/actions/workflows/release.yml)
17+
[![Pull Request Labeler Workflow Status](https://github.com/mruby/mruby/actions/workflows/labeler.yml/badge.svg)](https://github.com/mruby/mruby/actions/workflows/labeler.yml)
18+
[![Super-Linter Workflow Status](https://github.com/mruby/mruby/actions/workflows/super-linter.yml/badge.svg)](https://github.com/mruby/mruby/actions/workflows/super-linter.yml)
19+
1520
## What is mruby
1621

1722
mruby is the lightweight implementation of the Ruby language complying to (part

0 commit comments

Comments
 (0)