Skip to content

Commit d640129

Browse files
committed
Add GH Action badge
1 parent f76d3d2 commit d640129

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# github-action-psscriptanalyzer
22

3+
[![GitHub Actions Status][github-actions-badge]][github-actions-build]
4+
35
[GitHub Action](https://github.com/features/actions) to run [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer) static code analysis checks on PowerShell for [Pull Requests](https://help.github.com/articles/about-pull-requests/).
46

57
## Success Criteria
@@ -90,3 +92,6 @@ jobs:
9092
## Example
9193

9294
![](media/example.png)
95+
96+
[github-actions-badge]: https://github.com/devblackops/github-action-psscriptanalyzer/workflows/CI/badge.svg
97+
[github-actions-build]: https://github.com/devblackops/github-action-psscriptanalyzer/actions

0 commit comments

Comments
 (0)