Skip to content

Commit

Permalink
Merge pull request ethereum#340 from etclabscore/fix/audit-bootnodes-…
Browse files Browse the repository at this point in the history
…gofmt

.github/workflows: fix not-gofmt'd bootnodes files after audit
  • Loading branch information
meowsbits authored Mar 17, 2021
2 parents b4c5fc5 + e286bb6 commit 8e8411c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/audit-bootnodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
if [[ $GITHUB_EVENT_NAME != pull_request ]]; then
id="$(basename ${failed} | cut -d'@' -f1)"
sed -i '/'"${id}"'/d' "${file}"
gofmt -w "${file}"
else
status=1
fi
Expand Down

0 comments on commit 8e8411c

Please sign in to comment.