Skip to content

Commit 35e1aa8

Browse files
committed
Minor fix
1 parent aff82e7 commit 35e1aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskfiles/lint-yaml.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tasks:
1515
- exclude: "{{.ROOT_DIR}}/**/tools/*"
1616

1717
# Exclude CMake build directories generated by CLion
18-
- exclude: "{{.ROOT_DIR}}/cmake-build-*"
18+
- exclude: "{{.ROOT_DIR}}/**/cmake-build-*"
1919
dir: "{{.ROOT_DIR}}"
2020
deps:
2121
- "venv"

0 commit comments

Comments
 (0)