Skip to content

chore: Ignore .gemini-clipboard and remove from repo #3

chore: Ignore .gemini-clipboard and remove from repo

chore: Ignore .gemini-clipboard and remove from repo #3

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