We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d9443 commit 0dbffc6Copy full SHA for 0dbffc6
1 file changed
.github/workflows/build.yml
@@ -47,6 +47,9 @@ jobs:
47
uses: actions/download-artifact@v2
48
- name: Invoke-ScriptAnalyzer
49
uses: devblackops/github-action-psscriptanalyzer@master
50
+ with:
51
+ rootPath: Modules/ModuleBuilder
52
+ repoToken: ${{ secrets.GITHUB_TOKEN }}
53
test:
54
needs: build
55
runs-on: ${{ matrix.os }}
0 commit comments