aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com>2023-12-28 14:56:15 +0000
committerASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com>2023-12-28 14:56:15 +0000
commita64ea9f192518c78999215622805c091c60bb822 (patch)
tree785bbaf32ad203bf0e5b509a44e63196c8110b8e
parent612f00f293692fbd0cb5798cb11fa0049d4a4871 (diff)
downloadNorthstarLauncher-a64ea9f192518c78999215622805c091c60bb822.tar.gz
NorthstarLauncher-a64ea9f192518c78999215622805c091c60bb822.zip
use git diff to display changes
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1505c1bc..205ce01a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -50,4 +50,6 @@ jobs:
style: file
- uses: puneetmatharu/cmake-format-lint-action@v1.0.4
with:
- args: "--check"
+ args: "--config-files .cmake-format.json --in-place"
+ - run: |
+ git diff --exit-code