OSOE-764: Making the deprecated Init-OrchardCoreSolution and Initialize-OrchardCore commands work with aliases for backwards compatibility #169
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Static Code Analysis | |
# Runs for PRs opened for any branch, and pushes to the dev branch. | |
on: | |
pull_request: | |
push: | |
branches: | |
- dev | |
jobs: | |
powershell-static-code-analysis: | |
uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@dev |