diff options
-rw-r--r-- | .cmake-format.json (renamed from .github/workflows/.cmake-format.json) | 0 | ||||
-rw-r--r-- | .github/workflows/ci.yml | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/.cmake-format.json b/.cmake-format.json index f4b4f53f..f4b4f53f 100644 --- a/.github/workflows/.cmake-format.json +++ b/.cmake-format.json diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84fb9489..7b0dd1aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,6 @@ jobs: style: file - uses: puneetmatharu/cmake-format-lint-action@v1.0.4 with: - args: "--in-place" + args: "--in-place -c .cmake-format.json" - run: | git diff --exit-code |