Skip to content

Commit 28d7a7a

Browse files
committed
fixup! fixup! .github/workflows: add workflows for linting nomad and terraform formatting
1 parent 3043333 commit 28d7a7a

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
@@ -26,7 +26,7 @@ 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 nomad
29+
xbps-install -Syu && xbps-install -y nomad bash
3030
3131
- name: Checkout repo
3232
uses: classabbyamp/treeless-checkout-action@v1

.github/workflows/terraform-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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 nomad
29+
xbps-install -Syu && xbps-install -y terraform bash
3030
3131
- name: Checkout repo
3232
uses: classabbyamp/treeless-checkout-action@v1

0 commit comments

Comments
 (0)