Skip to content

Commit c9b61e8

Browse files
committed
fix(docs): correctly escaping error message
1 parent 5b10317 commit c9b61e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
run: |
281281
echo "❌ Documentation files has been updated."
282282
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."
283+
echo "Please generate docs using \`cargo make generate_docs\` then commit this new documentation."
284284
exit 1
285285
286286
lint-branch-name:

0 commit comments

Comments
 (0)