Skip to content

Commit

Permalink
fix(docs): correctly escaping error message
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Oct 19, 2022
1 parent 5b10317 commit c9b61e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:
run: |
echo "❌ Documentation files has been updated."
echo " Changed files : ${{ steps.verify-changed-files.outputs.changed_files }}"
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."
exit 1
lint-branch-name:
Expand Down

0 comments on commit c9b61e8

Please sign in to comment.