Skip to content

Commit 0dbffc6

Browse files
committed
Let's not lint the pester tests
Frankly, it's embarrasing how terrible ScriptAnalyzer is at that
1 parent 39d9443 commit 0dbffc6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
uses: actions/download-artifact@v2
4848
- name: Invoke-ScriptAnalyzer
4949
uses: devblackops/github-action-psscriptanalyzer@master
50+
with:
51+
rootPath: Modules/ModuleBuilder
52+
repoToken: ${{ secrets.GITHUB_TOKEN }}
5053
test:
5154
needs: build
5255
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)