Skip to content

Commit 567fce6

Browse files
committed
Adding codeowners ci and version badges to readme
1 parent f895ccb commit 567fce6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ruby-pwsh
22

3+
[![Code Owners](https://img.shields.io/badge/owners-DevX--team-blue)](https://github.com/puppetlabs/ruby-pwsh/blob/main/CODEOWNERS)
4+
[![ci](https://github.com/puppetlabs/ruby-pwsh/actions/workflows/ci.yml/badge.svg)](https://github.com/puppetlabs/ruby-pwsh/actions/workflows/ci.yml)
5+
![GitHub release (latest by date)](https://img.shields.io/github/v/release/puppetlabs/ruby-pwsh)
6+
37
> _The PowerShell gem._
48
59
This gem enables you to execute PowerShell from within ruby without having to instantiate and tear down a PowerShell process for each command called.

0 commit comments

Comments
 (0)