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>
pull/11673/head
Josh Soref 2 years ago committed by Eli Schwartz
parent bb698bcbd8
commit ccc0cb9b6f
  1. 4
      .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

Loading…
Cancel
Save