From 5081062be781950fe3539f5145824d9c00c3de03 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Fri, 8 Apr 2022 16:50:42 -0600 Subject: [PATCH] add badges --- .github/workflows/linux.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- lib/File/KDBX/XS.pm | 16 ++++++++++++++++ 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 08eeed3..4346d72 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -1,4 +1,4 @@ -name: linux +name: Linux on: push: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 547be32..8b59830 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -1,4 +1,4 @@ -name: macos +name: macOS on: push: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index bc2e3a0..cffbcdb 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -1,4 +1,4 @@ -name: windows +name: Windows on: push: diff --git a/lib/File/KDBX/XS.pm b/lib/File/KDBX/XS.pm index 3ef7003..57facc9 100644 --- a/lib/File/KDBX/XS.pm +++ b/lib/File/KDBX/XS.pm @@ -22,4 +22,20 @@ There is no public interface. This distribution contains code from L and L, bundled according to their own licensing terms (which are also permissive). +=begin markdown + +[![Linux](https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/linux.yml/badge.svg)](https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/linux.yml) +[![macOS](https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/macos.yml/badge.svg)](https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/macos.yml) +[![Windows](https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/windows.yml/badge.svg)](https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/windows.yml) + +=end markdown + +=begin HTML + + + + + +=end HTML + =cut -- 2.44.0