We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d7a7a commit 1f88893Copy full SHA for 1f88893
2 files changed
.github/workflows/nomad-lint.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Prepare container
27
run: |
28
xbps-install -Syu xbps && xbps-install -y void-repo-nonfree && \
29
- xbps-install -Syu && xbps-install -y nomad bash
+ xbps-install -Syu && xbps-install -y nomad bash git
30
31
- name: Checkout repo
32
uses: classabbyamp/treeless-checkout-action@v1
.github/workflows/terraform-lint.yml
- xbps-install -Syu && xbps-install -y terraform bash
+ xbps-install -Syu && xbps-install -y terraform bash git
0 commit comments