File tree 3 files changed +14
-1
lines changed
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : Invoke Pester Tests
2
+
3
+ on :
4
+ workflow_dispatch :
5
+ push :
6
+ branches :
7
+ - master
8
+
9
+ jobs :
10
+ invoke-pester :
11
+ uses : PowerShellLibrary/.github/.github/workflows/invoke-pester.yml@master
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
# Fake-UserAgent
2
- [](https://www.powershellgallery.com/packages/Fake-UserAgent)
2
+ [](https://www.powershellgallery.com/packages/Fake-UserAgent)
3
+ [ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg?labelColor=373e45 )] ( LICENSE )
4
+ [ ![ Build Status] ( https://img.shields.io/github/actions/workflow/status/PowerShellLibrary/Fake-UserAgent/test.yml?branch=master&logo=github&labelColor=373e45&label=Pester )] ( https://github.com/PowerShellLibrary/Fake-UserAgent/actions/workflows/test.yml )
3
5
4
6
PowerShell module for generating random ** User Agents** .
5
7
You can’t perform that action at this time.
0 commit comments