From ae5f8e8d0f4d3792bbd1db5546a58c124b1e49bf Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Mon, 31 Jan 2022 14:27:39 +0500 Subject: [PATCH] Add GitHub Actions badges --- README.md | 2 +- pkgs/mruby/README.md | 2 +- pkgs/python/README.md | 2 -- pkgs/ruby/README.md | 2 +- pkgs/rust/kernaux-sys/README.md | 2 +- pkgs/rust/kernaux/README.md | 2 +- 6 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dedb619..2ac8959 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ libkernaux ========== -[![Test](https://github.com/tailix/libkernaux/actions/workflows/test.yml/badge.svg)](https://github.com/tailix/libkernaux/actions/workflows/test.yml) +[![Build status](https://github.com/tailix/libkernaux/actions/workflows/main.yml/badge.svg)](https://github.com/tailix/libkernaux/actions/workflows/main.yml) [![FreeBSD build status](https://api.cirrus-ci.com/github/tailix/libkernaux.svg?task=main)](https://cirrus-ci.com/github/tailix/libkernaux) Auxiliary library for kernel development. diff --git a/pkgs/mruby/README.md b/pkgs/mruby/README.md index 9175e59..719b4e9 100644 --- a/pkgs/mruby/README.md +++ b/pkgs/mruby/README.md @@ -1,6 +1,6 @@ KernAux ======= -[![Test](https://github.com/tailix/libkernaux/actions/workflows/test.yml/badge.svg)](https://github.com/tailix/libkernaux/actions/workflows/test.yml) +[![Build status](https://github.com/tailix/libkernaux/actions/workflows/mruby.yml/badge.svg)](https://github.com/tailix/libkernaux/actions/workflows/mruby.yml) Binding to **libkernaux** - auxiliary library for kernel development. diff --git a/pkgs/python/README.md b/pkgs/python/README.md index 6cc89f9..040dd6f 100644 --- a/pkgs/python/README.md +++ b/pkgs/python/README.md @@ -1,6 +1,4 @@ kernaux ======= -[![Test](https://github.com/tailix/libkernaux/actions/workflows/test.yml/badge.svg)](https://github.com/tailix/libkernaux/actions/workflows/test.yml) - Binding to **libkernaux** - auxiliary library for kernel development. diff --git a/pkgs/ruby/README.md b/pkgs/ruby/README.md index 2f22d39..bfcc45c 100644 --- a/pkgs/ruby/README.md +++ b/pkgs/ruby/README.md @@ -1,7 +1,7 @@ KernAux ======= -[![Test](https://github.com/tailix/libkernaux/actions/workflows/test.yml/badge.svg)](https://github.com/tailix/libkernaux/actions/workflows/test.yml) +[![Build status](https://github.com/tailix/libkernaux/actions/workflows/ruby.yml/badge.svg)](https://github.com/tailix/libkernaux/actions/workflows/ruby.yml) [![FreeBSD build status](https://api.cirrus-ci.com/github/tailix/libkernaux.svg?task=ruby)](https://cirrus-ci.com/github/tailix/libkernaux) Binding to **libkernaux** - auxiliary library for kernel development. diff --git a/pkgs/rust/kernaux-sys/README.md b/pkgs/rust/kernaux-sys/README.md index 7cf6f2f..deb21c7 100644 --- a/pkgs/rust/kernaux-sys/README.md +++ b/pkgs/rust/kernaux-sys/README.md @@ -1,7 +1,7 @@ KernAux ======= -[![Test](https://github.com/tailix/libkernaux/actions/workflows/test.yml/badge.svg)](https://github.com/tailix/libkernaux/actions/workflows/test.yml) +[![Build status](https://github.com/tailix/libkernaux/actions/workflows/rust.yml/badge.svg)](https://github.com/tailix/libkernaux/actions/workflows/rust.yml) Unsafe no-std binding to **libkernaux** - auxiliary library for kernel development. diff --git a/pkgs/rust/kernaux/README.md b/pkgs/rust/kernaux/README.md index 49947f5..e408e99 100644 --- a/pkgs/rust/kernaux/README.md +++ b/pkgs/rust/kernaux/README.md @@ -1,6 +1,6 @@ KernAux ======= -[![Test](https://github.com/tailix/libkernaux/actions/workflows/test.yml/badge.svg)](https://github.com/tailix/libkernaux/actions/workflows/test.yml) +[![Build status](https://github.com/tailix/libkernaux/actions/workflows/rust.yml/badge.svg)](https://github.com/tailix/libkernaux/actions/workflows/rust.yml) Safe binding to **libkernaux** - auxiliary library for kernel development.