Skip to content

Commit 6ad1da5

Browse files
committed
fixup! fixup! .github/workflows: add workflows for linting nomad and terraform formatting
1 parent 1f88893 commit 6ad1da5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nomad-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Run Lints
3535
run: |
3636
rv=0
37-
echo "\e[1m=> Checking formatting of nomad files"
37+
printf "\e[1m=> Checking formatting of nomad files\e[0m\n"
3838
nomad fmt -check -recursive services/nomad || rv=1
3939
exit "$rv"
4040

.github/workflows/terraform-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Run Lints
3535
run: |
3636
rv=0
37-
echo "\e[1m=> Checking formatting of terraform files"
37+
printf "\e[1m=> Checking formatting of terraform files\e[0m\n"
3838
terraform fmt -check -diff -recursive terraform || rv=1
3939
exit "$rv"
4040

0 commit comments

Comments
 (0)