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