Skip to content

Commit 4190a43

Browse files
authored
Simplify git diff command in workflow
1 parent 2c261fa commit 4190a43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
- name: Update deprecation database
4343
run: python check_deprecations.py --update
4444
- name: Verify no changes
45-
run: git diff --name-only --exit-code
45+
run: git diff --exit-code
4646
if: always()

0 commit comments

Comments
 (0)