Skip to content

Commit

Permalink
Update make/scripts/lint.sh
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
trajan0x and coderabbitai[bot] authored Mar 4, 2024
1 parent 98c136e commit fd27082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make/scripts/lint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash

set -e
find . -name go.mod -print0 | while IFS= read -r -d '' f; do
echo "linting $(dirname "$f")"
(cd "$(dirname "$f")" || exit; go mod tidy)
Expand Down

0 comments on commit fd27082

Please sign in to comment.