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
|
# https://github.com/koalaman/shellcheck/wiki/Checks
|
||||||
run: |
|
run: |
|
||||||
bin/shellcheck-all
|
bin/shellcheck-all
|
||||||
#psscript-analyzer:
|
psscript-analyzer:
|
||||||
#name: PSScriptAnalyzer
|
name: PSScriptAnalyzer
|
||||||
#runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
#steps:
|
steps:
|
||||||
#- name: Checkout code
|
- name: Checkout code
|
||||||
# actions/checkout@v2
|
# actions/checkout@v2
|
||||||
# uses: actions/checkout@722adc6
|
uses: actions/checkout@722adc6
|
||||||
#- name: Chocolatey - lint
|
- name: Chocolatey - lint
|
||||||
# devblackops/github-action-psscriptanalyzer@v2.0.0
|
# devblackops/github-action-psscriptanalyzer@v2.3.0
|
||||||
# uses: devblackops/github-action-psscriptanalyzer@889a059
|
uses: devblackops/github-action-psscriptanalyzer@819c15c
|
||||||
# env:
|
env:
|
||||||
# https://github.com/devblackops/github-action-psscriptanalyzer/pull/3/files
|
# https://github.com/devblackops/github-action-psscriptanalyzer/pull/3/files
|
||||||
# INPUT_FAILONWARNING: 1
|
INPUT_FAILONWARNING: 1
|
||||||
# with:
|
with:
|
||||||
# rootPath: bin/win/tools
|
rootPath: bin/win/tools
|
||||||
# failOnInfos: true
|
failOnInfos: true
|
||||||
markdown_lint:
|
markdown_lint:
|
||||||
name: Markdown lint
|
name: Markdown lint
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
|
Loading…
Reference in New Issue