github: abuse CI to test escape sequence detection
This commit is contained in:
parent
66e0bfe709
commit
e0b082423f
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -9,5 +9,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
shellcheck pfetch
|
shellcheck pfetch
|
||||||
sh pfetch
|
sh pfetch
|
||||||
var=$(printf '[?7l[?25l')
|
var=$(printf '\033[?7l\033[?25l')
|
||||||
echo "a${var}b"
|
echo "a${var}b"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user