mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-08-20 08:16:27 +02:00
Move action to composite (#31)
This commit is contained in:
3
testfiles/scandir/discovery
Normal file
3
testfiles/scandir/discovery
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bashio
|
||||
|
||||
echo "hi"
|
5
testfiles/scandir/finish
Normal file
5
testfiles/scandir/finish
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bashio
|
||||
|
||||
hi="hi"
|
||||
|
||||
echo "$hi"
|
3
testfiles/scandir/run
Normal file
3
testfiles/scandir/run
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo "hi"
|
3
testfiles/scandir/test.bash
Normal file
3
testfiles/scandir/test.bash
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
test="test"
|
||||
echo "$test"
|
Reference in New Issue
Block a user