Skip to content

Commit 9c39ef0

Browse files
🩹 [Patch]: Add a diagram showing how Process-PSModule works (#32)
## Description - Add a diagram showing how Process-PSModule works ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent bdff53e commit 9c39ef0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ The workflow is designed to be trigger on pull requests to the repository's defa
1818
When a pull request is opened, closed, reopened, synchronized (push), or labeled, the workflow will run.
1919
Depending on the labels in the pull requests, the workflow will result in different outcomes.
2020

21+
![Process diagram](./assets/Process-PSModule.png)
22+
2123
- [Test-PSModule](https://github.com/PSModule/Test-PSModule/) - Tests the source code using PSScriptAnalyzer, PSModule source code tests suites. This runs on 4 different environments to check compatibility.
2224
- PowerShell 7.x on Windows, Ubuntu and macOS.
2325
- Windows PowerShell 5.1 on Windows.

media/Process-PSModule.png

71.9 KB
Loading

0 commit comments

Comments
 (0)