We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4292b5 commit 6e0f70aCopy full SHA for 6e0f70a
.github/workflows/format.yml
@@ -14,6 +14,6 @@ jobs:
14
run: |
15
git config --global --add safe.directory "$GITHUB_WORKSPACE"
16
git diff --exit-code || {
17
- echo "::error::The formatting changed some files. Please run \`./Utilities/format.sh\` and commit the changes."
+ echo "::error::The formatting changed some files. Please run \`./Utilities/format.py\` and commit the changes."
18
exit 1
19
}
0 commit comments