Switch to TTY format

This commit is contained in:
Pedro Algarvio 2020-01-30 15:15:20 +00:00
parent bb9ef0eb3e
commit 26aa5438f5
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v1
- name: ShellCheck
run: |
shellcheck -s sh -f checkstyle bootstrap-salt.sh
shellcheck -s sh -f tty bootstrap-salt.sh
py2-stable-2019-2-amazon-2:

View file

@ -9,4 +9,4 @@
- uses: actions/checkout@v1
- name: ShellCheck
run: |
shellcheck -s sh -f checkstyle bootstrap-salt.sh
shellcheck -s sh -f tty bootstrap-salt.sh