Skip to content

Commit

Permalink
fix: remove go mod tidy for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Nov 21, 2023
1 parent 19efc75 commit a4d415a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/ci/pre-commit.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env bash

set -eou pipefail
go mod tidy
pre-commit run --all

0 comments on commit a4d415a

Please sign in to comment.