aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com>2023-12-28 15:00:06 +0000
committerASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com>2023-12-28 15:00:06 +0000
commitb4e4501692df550f1fb5c577768d17afb1e4aea3 (patch)
treea4b4df9dcfa1f63d384a593ab44da5dbbbbcddd0
parenta64ea9f192518c78999215622805c091c60bb822 (diff)
downloadNorthstarLauncher-b4e4501692df550f1fb5c577768d17afb1e4aea3.tar.gz
NorthstarLauncher-b4e4501692df550f1fb5c577768d17afb1e4aea3.zip
apparently it will look for the format config by itself?
-rw-r--r--.github/workflows/ci.yml2
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