Skip to content

chore: Remove redundant development folders from repository #4

chore: Remove redundant development folders from repository

chore: Remove redundant development folders from repository #4

Workflow file for this run

name: Lint
on:
push:
branches: [ "master", "main" ]
pull_request:
branches: [ "master", "main" ]
jobs:
lint:
name: PScriptAnalyzer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run PScriptAnalyzer
shell: pwsh
run: |
Invoke-ScriptAnalyzer -Path . -Recurse -Severity Warning -ExcludeRule PSAvoidUsingInvokeExpression