diff options
author | ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-12-28 18:16:30 +0000 |
---|---|---|
committer | ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-12-28 18:16:30 +0000 |
commit | 01b35a25db8f507657fda33259a917978923d8cb (patch) | |
tree | 51a1c33dbba64ffc4e8ad4df301b902bda15eafd | |
parent | fcbdc2ea303d8650cdb440f4befabe7db81986fe (diff) | |
download | NorthstarLauncher-01b35a25db8f507657fda33259a917978923d8cb.tar.gz NorthstarLauncher-01b35a25db8f507657fda33259a917978923d8cb.zip |
uhhhhhhhh
-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 615402cc..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: "--in-place --config-files .cmake-format.json" + args: "--in-place" - run: | git diff --exit-code |