We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c261fa commit 4190a43Copy full SHA for 4190a43
1 file changed
.github/workflows/format.yml
@@ -42,5 +42,5 @@ jobs:
42
- name: Update deprecation database
43
run: python check_deprecations.py --update
44
- name: Verify no changes
45
- run: git diff --name-only --exit-code
+ run: git diff --exit-code
46
if: always()
0 commit comments