ci(common): Fix the link to CONTRIBUTING guidelines

This commit is contained in:
David Cermak
2025-08-12 14:09:26 +02:00
parent e9d9b3a8bd
commit 35fa0b1d42

View File

@@ -39,7 +39,7 @@ jobs:
if ! pre-commit run --from-ref origin/HEAD --to-ref HEAD --hook-stage manual --show-diff-on-failure ; then if ! pre-commit run --from-ref origin/HEAD --to-ref HEAD --hook-stage manual --show-diff-on-failure ; then
echo "" echo ""
echo "::notice::It looks like the commits in this PR have been made without having pre-commit hooks installed." echo "::notice::It looks like the commits in this PR have been made without having pre-commit hooks installed."
echo "::notice::Please see https://github.com/espressif/esp-protocols/CONTRIBUTING.md for instructions." echo "::notice::Please see https://github.com/espressif/esp-protocols/blob/master/CONTRIBUTING.md for instructions."
echo "" echo ""
exit 1 exit 1
fi fi