Skip to content

Restore-CohesityRemoteMSSQLObject-Wrapper.ps1 is newly to Restore the… #226

Restore-CohesityRemoteMSSQLObject-Wrapper.ps1 is newly to Restore the…

Restore-CohesityRemoteMSSQLObject-Wrapper.ps1 is newly to Restore the… #226

Workflow file for this run

name: Build
on: [push]
jobs:
Script-lint:
runs-on: windows-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Run script analyser
shell: powershell
run: |
Invoke-ScriptAnalyzer -Path "./src/Cohesity.Powershell/Scripts/*/*.ps1" -ExcludeRule PSAvoidGlobalVars, PSUseSingularNouns | Should -Be $null