Skip to content

Commit 3e693ce

Browse files
Kristopher Turnerclaude
andcommitted
ci: add validate.yml calling reusable-ps-module-ci — Phase 3c migration
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0f99e83 commit 3e693ce

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/validate.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Validate
2+
3+
on:
4+
pull_request: {}
5+
push:
6+
branches: [main]
7+
paths:
8+
- 'scripts/**'
9+
- 'tests/**'
10+
- '.github/workflows/validate.yml'
11+
12+
jobs:
13+
ci:
14+
uses: AzureLocal/platform/.github/workflows/reusable-ps-module-ci.yml@main
15+
with:
16+
module-manifest: ./scripts/tools/qa/PSScriptAnalyzerSettings.psd1
17+
run-psscriptanalyzer: true
18+
psscriptanalyzer-path: 'scripts'
19+
run-pester: false
20+
validate-maproom: false

0 commit comments

Comments
 (0)