]> Dogcows Code - chaz/p5-File-KDBX-XS/commitdiff
add badges
authorCharles McGarvey <ccm@cpan.org>
Fri, 8 Apr 2022 22:50:42 +0000 (16:50 -0600)
committerCharles McGarvey <ccm@cpan.org>
Fri, 8 Apr 2022 23:01:56 +0000 (17:01 -0600)
.github/workflows/linux.yml
.github/workflows/macos.yml
.github/workflows/windows.yml
lib/File/KDBX/XS.pm

index 08eeed379c728f6a2c1a05bf62adc5dc749bcc79..4346d721bc6b168c7629ae07b0495ffc11fe2f52 100644 (file)
@@ -1,4 +1,4 @@
-name: linux
+name: Linux
 
 on:
   push:
index 547be3224dc5193268802800036d7b315ab2a58d..8b59830a6f7fdaaae2a57b97b819a10967ef0288 100644 (file)
@@ -1,4 +1,4 @@
-name: macos
+name: macOS
 
 on:
   push:
index bc2e3a0def5534da6bb66442b6c124ac5d0e1dbb..cffbcdba9ce3b55451938e1b7878da7316ab44f7 100644 (file)
@@ -1,4 +1,4 @@
-name: windows
+name: Windows
 
 on:
   push:
index 3ef70037b5b0918464911b41bad7b3ecc1f3593c..57facc917c127cac5ce3d3586e67c6c8b5ab2314 100644 (file)
@@ -22,4 +22,20 @@ There is no public interface.
 This distribution contains code from L<CryptX> and L<LibTomCrypt|https://www.libtom.net/LibTomCrypt/>,
 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
+
+<a title="Linux" href="https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/linux.yml"><img src="https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/linux.yml/badge.svg"></a>
+<a title="macOS" href="https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/macos.yml"><img src="https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/macos.yml/badge.svg"></a>
+<a title="Windows" href="https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/windows.yml"><img src="https://github.com/chazmcgarvey/File-KDBX-XS/actions/workflows/windows.yml/badge.svg"></a>
+
+=end HTML
+
 =cut
This page took 0.027265 seconds and 4 git commands to generate.