mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2024-08-16 10:09:53 +02:00
4 lines
39 B
Bash
4 lines
39 B
Bash
|
#!/usr/bin/sh
|
||
|
|
||
|
test="test"
|
||
|
echo "$test"
|