Revert "Temporarily disable job `psscript-analyzer` in static checks (#4837)" (#4937)

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:
Alejandro Pedraza 2020-09-03 11:54:22 -05:00 committed by GitHub
parent e692b4635a
commit 85b71ad786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 14 deletions

View File

@ -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