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