Skip to content

Commit 489c2bd

Browse files
committed
added psdepend to other pipelines
1 parent 30b8b50 commit 489c2bd

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
shell: pwsh
3434
run: .\.build\custom\Invoke-ContainerSetup.ps1
3535

36+
- name: Install Dependencies
37+
shell: pwsh
38+
run: .\.build\scripts\Invoke-PSModulePSDepend.ps1
39+
3640
- name: Build Module
3741
shell: pwsh
3842
run: .\.build\scripts\Build-PSModule.ps1

.github/workflows/update_docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
- name: Setup Container (Custom)
3333
shell: pwsh
3434
run: .\.build\custom\Invoke-ContainerSetup.ps1
35+
36+
- name: Install Dependencies
37+
shell: pwsh
38+
run: .\.build\scripts\Invoke-PSModulePSDepend.ps1
3539

3640
- name: Build Module
3741
shell: pwsh

0 commit comments

Comments
 (0)