Skip to content

Commit c872097

Browse files
committed
Adding some icons to the readme
1 parent 63ba29e commit c872097

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# PSFluentObjectValidation: Complete Implementation Guide
22

3+
| GitHub Actions | PS Gallery | License |
4+
|-------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|--------------------------------------|
5+
| [![GitHub Actions Status][github-actions-badge]][github-actions-build] [![GitHub Actions Status][github-actions-badge-publish]][github-actions-build] | [![PowerShell Gallery][psgallery-badge]][psgallery] | [![License][license-badge]][license] |
6+
37
## General Overview
48

59
The PSFluentObjectValidation represents a comprehensive evolution from simple property validation to a high-performance, feature-rich validation engine with advanced array indexing capabilities.
@@ -264,3 +268,11 @@ Based on 10,000 iterations with corrected V3-compatible scenario testing:
264268
| **Array + Validation** ||||| `users[*].email!` (all non-empty) |
265269
| **Deep Array Access** ||||| `products[0].category.name` |
266270
| **Error Handling** | Basic | Basic | Enhanced | Advanced | Bounds checking, null safety |
271+
272+
[github-actions-badge]: https://github.com/pwshdevs/PSFluentObjectValidation/actions/workflows/CI.yml/badge.svg
273+
[github-actions-badge-publish]: https://github.com/pwshdevs/PSFluentObjectValidation/actions/workflows/publish.yaml/badge.svg
274+
[github-actions-build]: https://github.com/pwshdevs/PSFluentObjectValidation/actions
275+
[psgallery-badge]: https://img.shields.io/powershellgallery/dt/PSFluentObjectValidation.svg
276+
[psgallery]: https://www.powershellgallery.com/packages/PSFluentObjectValidation
277+
[license-badge]: https://img.shields.io/github/license/pwshdevs/PSFluentObjectValidation.svg
278+
[license]: https://raw.githubusercontent.com/pwshdevs/PSFluentObjectValidation/main/LICENSE

0 commit comments

Comments
 (0)