You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run PSScriptAnalyzer
Lint the setup of the action:
Should use ${{ github.action_path }} in the action.yml file
Should not use $env:GITHUB_ACTION_PATH as this changes between different actions and causes issues in nested actions, i.e., GitHub-Script -> Build-PSModule -> Process-PSModule.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Make a linter for PowerShell based Actions
Run PSScriptAnalyzer
Lint the setup of the action:
All reactions