Skip to content

Commit

Permalink
update format test
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Feb 28, 2024
1 parent dfa2d7e commit 3dbe363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
matrix:
path:
- check: "AutonomyLib"
exclude: ".*(json.hpp)$" # exclude file paths ending in "json.hpp"
exclude: ".*(json.hpp)\n" # exclude file paths ending in "json.hpp"
- check: "AutonomyLibUnitTests"
exclude: ""
- check: "DroneServer"
Expand All @@ -51,7 +51,7 @@ jobs:
- check: "LogViewer"
exclude: ""
- check: "MavLinkCom"
exclude: ".*(json.hpp)$" # exclude file paths ending in "json.hpp"
exclude: ".*(json.hpp)\n" # exclude file paths ending in "json.hpp"
- check: "ros2"
exclude: ""
- check: "SemiGlobalMatching"
Expand Down

0 comments on commit 3dbe363

Please sign in to comment.