Skip to content

Rename LICENSE to LICENSE-LGPL2.1 #68

Rename LICENSE to LICENSE-LGPL2.1

Rename LICENSE to LICENSE-LGPL2.1 #68

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install PSScriptAnalyzer
run: Install-Module -Name PSScriptAnalyzer -Force -Scope CurrentUser
shell: pwsh
- name: Run PSScriptAnalyzer
run: Invoke-ScriptAnalyzer -Path ./ -Recurse
shell: pwsh