Skip to content

Commit 720ae6a

Browse files
committed
Fix CI
1 parent b20f711 commit 720ae6a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,8 @@ jobs:
328328
sudo apt-get install fd-find
329329
- name: Check scripts with shellcheck
330330
run: |
331-
fdfind .sh$ . \
331+
fdfind '\.sh$' . \
332+
--type f \
332333
--exclude VulkanMemoryAllocator/VulkanMemoryAllocator \
333334
--exclude generate-new/Vulkan-Docs \
334335
--exclude generate-new/OpenXR-Docs \

0 commit comments

Comments
 (0)