From f8383cfcbe579f7523deaf23a76968cc4c7aff4a Mon Sep 17 00:00:00 2001 From: Thomas Harrison Date: Mon, 27 Oct 2025 09:34:07 -0400 Subject: [PATCH] Add include directory to lint --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b167488..988ab3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,7 @@ jobs: matrix: folder: - src + - include - examples - tests