We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e85cd7 commit 21cd9e7Copy full SHA for 21cd9e7
.github/workflows/pr_testing.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install ShellCheck
18
run: sudo apt-get install shellcheck
19
- name: Run ShellCheck
20
- run: shellcheck -x tasks/*.sh
+ run: shellcheck -x tasks/*.sh files/*.sh
21
22
test-install-task-on-ubuntu:
23
strategy:
@@ -62,6 +62,7 @@ jobs:
62
container: ${{ matrix.image }}
63
steps:
64
- uses: actions/checkout@v4
65
+ path: openvox_bootstrap
66
67
with:
68
repository: puppetlabs/puppetlabs-facts
0 commit comments