Skip to content

Commit 8e8411c

Browse files
authored
Merge pull request ethereum#340 from etclabscore/fix/audit-bootnodes-gofmt
.github/workflows: fix not-gofmt'd bootnodes files after audit
2 parents b4c5fc5 + e286bb6 commit 8e8411c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/audit-bootnodes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
if [[ $GITHUB_EVENT_NAME != pull_request ]]; then
5757
id="$(basename ${failed} | cut -d'@' -f1)"
5858
sed -i '/'"${id}"'/d' "${file}"
59+
gofmt -w "${file}"
5960
else
6061
status=1
6162
fi

0 commit comments

Comments
 (0)