mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Switch to TTY format
This commit is contained in:
parent
bb9ef0eb3e
commit
26aa5438f5
2 changed files with 2 additions and 2 deletions
2
.github/.workflows/main.yml
vendored
2
.github/.workflows/main.yml
vendored
|
@ -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:
|
||||
|
|
2
.github/.workflows/templates/lint.yml
vendored
2
.github/.workflows/templates/lint.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue