We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548717e commit e883df7Copy full SHA for e883df7
1 file changed
.github/workflows/docker-tests.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- name: Run ShellCheck
19
- uses: actions/checkout@v4
20
- run: find . -type f -name "*.sh" -exec shellcheck {} +
+ run: find . -type f -name "*.sh" -exec shellcheck {} +
21
22
tests:
23
name: Validate Platform Installation
0 commit comments