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.
2 parents b4c5fc5 + e286bb6 commit 8e8411cCopy full SHA for 8e8411c
.github/workflows/audit-bootnodes.yml
@@ -56,6 +56,7 @@ jobs:
56
if [[ $GITHUB_EVENT_NAME != pull_request ]]; then
57
id="$(basename ${failed} | cut -d'@' -f1)"
58
sed -i '/'"${id}"'/d' "${file}"
59
+ gofmt -w "${file}"
60
else
61
status=1
62
fi
0 commit comments