File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,6 @@ max_line_length = 79
10
10
11
11
[Makefile.am ]
12
12
indent_style = tab
13
+
14
+ [* .yml ]
15
+ indent_size = 2
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ before_install:
17
17
18
18
script :
19
19
- docker run
20
- -e CI=true -e DIST=$DIST -e BSD=$BSD
21
- ${NETWORK:+--network $NETWORK}
22
- -t bash-completion:$DIST test/docker/docker-script.sh
20
+ -e CI=true -e DIST=$DIST -e BSD=$BSD
21
+ ${NETWORK:+--network $NETWORK}
22
+ -t bash-completion:$DIST test/docker/docker-script.sh
23
23
- if test $DIST = tools; then
24
- test/run-shellcheck -f gcc bash_completion completions/!(Makefile*);
25
- test/run-shellcheck -f gcc -s sh bash_completion.sh.in;
24
+ test/run-shellcheck -f gcc bash_completion completions/!(Makefile*);
25
+ test/run-shellcheck -f gcc -s sh bash_completion.sh.in;
26
26
fi
You can’t perform that action at this time.
0 commit comments