From: Charles McGarvey Date: Fri, 8 Apr 2022 22:50:42 +0000 (-0600) Subject: add badges X-Git-Tag: v0.900~5 X-Git-Url: https://git.brokenzipper.com/gitweb?p=chaz%2Fp5-File-KDBX-XS;a=commitdiff_plain;h=5081062be781950fe3539f5145824d9c00c3de03 add badges --- 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