aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2023-04-11 00:02:35 -0400
committerEli Schwartz <eschwartz93@gmail.com>2023-04-11 19:21:05 -0400
commitccc0cb9b6f02de0631435f3ade966e82a32c468f (patch)
tree2402387c28d86d0677cb3033174993b1e0953ab9
parentbb698bcbd833a83e1283b5a6d04170c93fa471b2 (diff)
downloadmeson-ccc0cb9b6f02de0631435f3ade966e82a32c468f.zip
meson-ccc0cb9b6f02de0631435f3ade966e82a32c468f.tar.gz
meson-ccc0cb9b6f02de0631435f3ade966e82a32c468f.tar.bz2
ci: properly check `test cases/windows` files
Found by https://www.check-spelling.dev/ Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
-rw-r--r--.github/workflows/unusedargs_missingreturn.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/unusedargs_missingreturn.yml b/.github/workflows/unusedargs_missingreturn.yml
index e7aef7a..07f87cd 100644
--- a/.github/workflows/unusedargs_missingreturn.yml
+++ b/.github/workflows/unusedargs_missingreturn.yml
@@ -23,7 +23,7 @@ on:
- "test cases/linuxlike/**"
- "test cases/objc/**"
- "test cases/objcpp/**"
- - "test caes/windows/**"
+ - "test cases/windows/**"
pull_request:
paths:
@@ -34,7 +34,7 @@ on:
- "test cases/linuxlike/**"
- "test cases/objc/**"
- "test cases/objcpp/**"
- - "test caes/windows/**"
+ - "test cases/windows/**"
permissions:
contents: read