mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 23:08:05 -05:00
Use dry-run to check for clang-format errors instead of inplace editing
This commit is contained in:
3
.github/workflows/ensure-formatting.yaml
vendored
3
.github/workflows/ensure-formatting.yaml
vendored
@ -15,5 +15,4 @@ jobs:
|
||||
- name: Test formatting for all files
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: |
|
||||
./scripts/reformat-all.sh
|
||||
[[ $(git status --porcelain | wc -l) == 0 ]]
|
||||
./scripts/check-format.sh
|
Reference in New Issue
Block a user