mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Add PSScriptAnalyzer to default container.
This commit is contained in:
parent
b4fa68555d
commit
cc65636a10
3 changed files with 27 additions and 0 deletions
|
@ -15,6 +15,7 @@ grep '^#!' -rIn . \
|
|||
-e ':#!/usr/bin/env python$' \
|
||||
-e ':#!/usr/bin/env bash$' \
|
||||
-e ':#!/usr/bin/env fish$' \
|
||||
-e ':#!/usr/bin/env pwsh$' \
|
||||
|
||||
if [ $? -ne 1 ]; then
|
||||
echo "One or more file(s) listed above have an unexpected shebang."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue