diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 1835e53..0edbe34 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -1,14 +1,14 @@ -on: [pull_request] +# on: [pull_request] -jobs: - validate: - runs-on: windows-2019 +# jobs: +# validate: +# runs-on: windows-2019 - steps: - - uses: actions/checkout@v1 - - name: Install Prerequisites - run: .\build\vsts-prerequisites.ps1 - shell: powershell - - name: Validate - run: .\build\vsts-validate.ps1 - shell: powershell +# steps: +# - uses: actions/checkout@v1 +# - name: Install Prerequisites +# run: .\build\vsts-prerequisites.ps1 +# shell: powershell +# - name: Validate +# run: .\build\vsts-validate.ps1 +# shell: powershell diff --git a/Hawk/tests/general/Test-PreCommitHook.ps1 b/Hawk/tests/general/Test-PreCommitHook.ps1 index 9f76a20..c3626ea 100644 --- a/Hawk/tests/general/Test-PreCommitHook.ps1 +++ b/Hawk/tests/general/Test-PreCommitHook.ps1 @@ -5,7 +5,7 @@ # 3. Observe the PSScriptAnalyzer warnings/errors #region Good Code Examples - These will pass PSScriptAnalyzer -# testssss +# tests function Test-GoodFunction { [CmdletBinding()] param (