diff options
author | ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-12-28 15:00:06 +0000 |
---|---|---|
committer | ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-12-28 15:00:06 +0000 |
commit | b4e4501692df550f1fb5c577768d17afb1e4aea3 (patch) | |
tree | a4b4df9dcfa1f63d384a593ab44da5dbbbbcddd0 | |
parent | a64ea9f192518c78999215622805c091c60bb822 (diff) | |
download | NorthstarLauncher-b4e4501692df550f1fb5c577768d17afb1e4aea3.tar.gz NorthstarLauncher-b4e4501692df550f1fb5c577768d17afb1e4aea3.zip |
apparently it will look for the format config by itself?
-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 205ce01a..84fb9489 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: "--config-files .cmake-format.json --in-place" + args: "--in-place" - run: | git diff --exit-code |