File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 - name : Run Lints
3535 run : |
3636 rv=0
37- printf "\e [1m=> Checking formatting of nomad files\e [0m\n"
37+ printf "\033 [1m=> Checking formatting of nomad files\033 [0m\n"
3838 nomad fmt -check -recursive services/nomad || rv=1
3939 exit "$rv"
4040
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ jobs:
2626 - name : Prepare container
2727 run : |
2828 xbps-install -Syu xbps && xbps-install -y void-repo-nonfree && \
29- xbps-install -Syu && xbps-install -y terraform bash git
29+ xbps-install -Syu && xbps-install -y terraform bash git diff
3030
3131 - name : Checkout repo
3232 uses : classabbyamp/treeless-checkout-action@v1
3333
3434 - name : Run Lints
3535 run : |
3636 rv=0
37- printf "\e [1m=> Checking formatting of terraform files\e [0m\n"
37+ printf "\033 [1m=> Checking formatting of terraform files\033 [0m\n"
3838 terraform fmt -check -diff -recursive terraform || rv=1
3939 exit "$rv"
4040
You can’t perform that action at this time.
0 commit comments