We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85eec66 commit dee602fCopy full SHA for dee602f
.github/workflows/build.yml
@@ -39,6 +39,7 @@ jobs:
39
name: ScriptAnalyzer
40
path: ${{github.workspace}}/PSScriptAnalyzerSettings.psd1
41
lint:
42
+ needs: build
43
name: Run PSScriptAnalyzer
44
runs-on: ubuntu-latest
45
steps:
@@ -47,12 +48,12 @@ jobs:
47
48
- name: Invoke-ScriptAnalyzer
49
uses: devblackops/github-action-psscriptanalyzer@master
50
test:
51
52
runs-on: ${{ matrix.os }}
53
strategy:
54
fail-fast: false
55
matrix:
56
os: [windows-2016, windows-latest, ubuntu-latest, macos-latest]
- needs: build
57
58
- name: Download Build Output
59
uses: actions/download-artifact@v2
0 commit comments