diff options
author | ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-12-28 18:05:52 +0000 |
---|---|---|
committer | ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-12-28 18:05:52 +0000 |
commit | c45c3e4815b509f8b885c710c4c3c228a0728434 (patch) | |
tree | 071926ec633c91b2e0a34c09cb37e12cff601746 | |
parent | 15688eafc55100057da15184adb07e23c59a61b1 (diff) | |
download | NorthstarLauncher-c45c3e4815b509f8b885c710c4c3c228a0728434.tar.gz NorthstarLauncher-c45c3e4815b509f8b885c710c4c3c228a0728434.zip |
not sure if that worked
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b0dd1aa..a57e6d48 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 -c .cmake-format.json" + args: "--in-place --config-files .cmake-format.json --dump-config json" - run: | git diff --exit-code |