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 3dbe363 commit 1b6144b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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)\n" # exclude file paths ending in "json.hpp"
exclude: ".*(json.hpp)$" # exclude file paths ending in "json.hpp"
- check: "AutonomyLibUnitTests"
exclude: ""
- check: "DroneServer"
Expand All @@ -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."
Expand Down

0 comments on commit 1b6144b

Please sign in to comment.