Skip to content

Commit 3043333

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

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/nomad-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
steps:
2626
- name: Prepare container
2727
run: |
28-
xbps-install -Syu xbps && xbps-install -yu && xbps-install -y nomad
28+
xbps-install -Syu xbps && xbps-install -y void-repo-nonfree && \
29+
xbps-install -Syu && xbps-install -y nomad
2930
3031
- name: Checkout repo
3132
uses: classabbyamp/treeless-checkout-action@v1

.github/workflows/terraform-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
steps:
2626
- name: Prepare container
2727
run: |
28-
xbps-install -Syu xbps && xbps-install -yu && xbps-install -y terraform
28+
xbps-install -Syu xbps && xbps-install -y void-repo-nonfree && \
29+
xbps-install -Syu && xbps-install -y nomad
2930
3031
- name: Checkout repo
3132
uses: classabbyamp/treeless-checkout-action@v1

0 commit comments

Comments
 (0)