diff options
author | ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-12-28 18:14:46 +0000 |
---|---|---|
committer | ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-12-28 18:14:46 +0000 |
commit | fcbdc2ea303d8650cdb440f4befabe7db81986fe (patch) | |
tree | 25adaea06f9f72418ed65d10e939bebd097a89dd | |
parent | 3ff0ac584c406ce77eb16073b221b9ee2c096070 (diff) | |
download | NorthstarLauncher-fcbdc2ea303d8650cdb440f4befabe7db81986fe.tar.gz NorthstarLauncher-fcbdc2ea303d8650cdb440f4befabe7db81986fe.zip |
stop dumping config
-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 a57e6d48..615402cc 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 --config-files .cmake-format.json --dump-config json" + args: "--in-place --config-files .cmake-format.json" - run: | git diff --exit-code |