From 1b6144b20c7650df9b25308ad5e3335bc129d31c Mon Sep 17 00:00:00 2001 From: admercs Date: Wed, 28 Feb 2024 14:56:54 -0800 Subject: [PATCH] update format test --- .github/workflows/test_format.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_format.yml b/.github/workflows/test_format.yml index 82efca5a..0c7be258 100644 --- a/.github/workflows/test_format.yml +++ b/.github/workflows/test_format.yml @@ -33,7 +33,7 @@ jobs: matrix: path: - check: "AutonomyLib" - exclude: ".*(json.hpp)\n" # exclude file paths ending in "json.hpp" + exclude: ".*(json.hpp)$" # exclude file paths ending in "json.hpp" - check: "AutonomyLibUnitTests" exclude: "" - check: "DroneServer" @@ -51,13 +51,13 @@ jobs: - check: "LogViewer" exclude: "" - check: "MavLinkCom" - exclude: ".*(json.hpp)\n" # exclude file paths ending in "json.hpp" + exclude: ".*(json.hpp)$" # exclude file paths ending in "json.hpp" - check: "ros2" exclude: "" - check: "SemiGlobalMatching" exclude: "" - check: "Unreal" - exclude: "" + exclude: ".*(json.hpp)$" steps: - uses: actions/checkout@v4 - name: "Run clang-format style check."