We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20f711 commit 720ae6aCopy full SHA for 720ae6a
1 file changed
.github/workflows/ci.yml
@@ -328,7 +328,8 @@ jobs:
328
sudo apt-get install fd-find
329
- name: Check scripts with shellcheck
330
run: |
331
- fdfind .sh$ . \
+ fdfind '\.sh$' . \
332
+ --type f \
333
--exclude VulkanMemoryAllocator/VulkanMemoryAllocator \
334
--exclude generate-new/Vulkan-Docs \
335
--exclude generate-new/OpenXR-Docs \
0 commit comments