From 567fce6a2f903ab9c177e80c726e9ea66904527b Mon Sep 17 00:00:00 2001 From: Gavin Patton Date: Tue, 19 Sep 2023 09:56:59 +0100 Subject: [PATCH] Adding codeowners ci and version badges to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8f60ef8b..a1a982b0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # ruby-pwsh +[![Code Owners](https://img.shields.io/badge/owners-DevX--team-blue)](https://github.com/puppetlabs/ruby-pwsh/blob/main/CODEOWNERS) +[![ci](https://github.com/puppetlabs/ruby-pwsh/actions/workflows/ci.yml/badge.svg)](https://github.com/puppetlabs/ruby-pwsh/actions/workflows/ci.yml) +![GitHub release (latest by date)](https://img.shields.io/github/v/release/puppetlabs/ruby-pwsh) + > _The PowerShell gem._ This gem enables you to execute PowerShell from within ruby without having to instantiate and tear down a PowerShell process for each command called.