Skip to content

Commit e883df7

Browse files
committed
fix yml format
1 parent 548717e commit e883df7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Run ShellCheck
1919
- uses: actions/checkout@v4
20-
run: find . -type f -name "*.sh" -exec shellcheck {} +
20+
run: find . -type f -name "*.sh" -exec shellcheck {} +
2121

2222
tests:
2323
name: Validate Platform Installation

0 commit comments

Comments
 (0)