From 1113b46efea42d7b1de92d70768813e7f89910a7 Mon Sep 17 00:00:00 2001 From: "David J. Gardner" Date: Fri, 21 Jun 2024 07:16:31 -0700 Subject: [PATCH] apply formatter to cmake directory and CMakeLists.txt --- .github/workflows/check-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-format.yml b/.github/workflows/check-format.yml index ad27551aa6..e789ac860c 100644 --- a/.github/workflows/check-format.yml +++ b/.github/workflows/check-format.yml @@ -40,7 +40,7 @@ jobs: - name: Run checker on code run: | - ./scripts/format.sh benchmarks examples include src test + ./scripts/format.sh CMakeLists.txt benchmarks cmake examples include src test - name: Run git diff to see if anything changed run: /usr/bin/git diff --name-only --exit-code