From ccc0cb9b6f02de0631435f3ade966e82a32c468f Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 11 Apr 2023 00:02:35 -0400 Subject: 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> --- .github/workflows/unusedargs_missingreturn.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/unusedargs_missingreturn.yml b/.github/workflows/unusedargs_missingreturn.yml index e7aef7aa6..07f87cddf 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 -- cgit v1.2.3