From c56423baa30c6f6bdb80fed4c8da6892d5f770b8 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 19 Nov 2023 08:23:16 -0500 Subject: [PATCH] Adjust format action --- .github/workflows/format.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index d0ed2e28..ff151342 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -17,4 +17,6 @@ jobs: --style=file \ ISLE/*.cpp ISLE/*.h \ LEGO1/*.cpp LEGO1/*.h \ - LEGO1/realtime/*.cpp LEGO1/realtime/*.h \ No newline at end of file + LEGO1/realtime/*.cpp LEGO1/realtime/*.h \ + LEGO1/tgl/*.h \ + LEGO1/viewmanager/*.cpp LEGO1/viewmanager/*.h \ No newline at end of file