mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 10:10:56 -05:00
Additional File Type test cases
This commit is contained in:
parent
d39d5c62ff
commit
1e80fc15b5
2 changed files with 4 additions and 0 deletions
3
.automation/test/powershell/powershell.psd1
Normal file
3
.automation/test/powershell/powershell.psd1
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
@{
|
||||||
|
'Hello'='World'
|
||||||
|
}
|
1
.automation/test/powershell/powershell.psm1
Normal file
1
.automation/test/powershell/powershell.psm1
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Write-Output "hello world!"
|
Loading…
Reference in a new issue