We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b10317 commit c9b61e8Copy full SHA for c9b61e8
.github/workflows/lint.yml
@@ -280,7 +280,7 @@ jobs:
280
run: |
281
echo "❌ Documentation files has been updated."
282
echo " Changed files : ${{ steps.verify-changed-files.outputs.changed_files }}"
283
- echo "Please generate docs using `cargo make generate_docs` then commit this new documentation."
+ echo "Please generate docs using \`cargo make generate_docs\` then commit this new documentation."
284
exit 1
285
286
lint-branch-name:
0 commit comments