mirror of https://github.com/linkerd/linkerd2.git
This reverts #4837 which disabled the psscript-analyzer job that had an issue. This upgrades it to version 2.3.0, which fixes the issue.
This commit is contained in:
parent
e692b4635a
commit
85b71ad786
|
@ -52,22 +52,22 @@ jobs:
|
|||
# https://github.com/koalaman/shellcheck/wiki/Checks
|
||||
run: |
|
||||
bin/shellcheck-all
|
||||
#psscript-analyzer:
|
||||
#name: PSScriptAnalyzer
|
||||
#runs-on: ubuntu-18.04
|
||||
#steps:
|
||||
#- name: Checkout code
|
||||
psscript-analyzer:
|
||||
name: PSScriptAnalyzer
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- name: Checkout code
|
||||
# actions/checkout@v2
|
||||
# uses: actions/checkout@722adc6
|
||||
#- name: Chocolatey - lint
|
||||
# devblackops/github-action-psscriptanalyzer@v2.0.0
|
||||
# uses: devblackops/github-action-psscriptanalyzer@889a059
|
||||
# env:
|
||||
uses: actions/checkout@722adc6
|
||||
- name: Chocolatey - lint
|
||||
# devblackops/github-action-psscriptanalyzer@v2.3.0
|
||||
uses: devblackops/github-action-psscriptanalyzer@819c15c
|
||||
env:
|
||||
# https://github.com/devblackops/github-action-psscriptanalyzer/pull/3/files
|
||||
# INPUT_FAILONWARNING: 1
|
||||
# with:
|
||||
# rootPath: bin/win/tools
|
||||
# failOnInfos: true
|
||||
INPUT_FAILONWARNING: 1
|
||||
with:
|
||||
rootPath: bin/win/tools
|
||||
failOnInfos: true
|
||||
markdown_lint:
|
||||
name: Markdown lint
|
||||
runs-on: ubuntu-18.04
|
||||
|
|
Loading…
Reference in New Issue