Skip to content

Commit

Permalink
Merge pull request #9 from thaJeztah/remove_vndr
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelkarp authored Sep 13, 2023
2 parents 88640b5 + a7b9dde commit eae3c6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ runs:
echo "::group::🚧 Get dependencies"
go install -v github.com/vbatts/git-validation@latest
go install -v github.com/kunalkushwaha/ltag@latest
go install -v github.com/LK4D4/vndr@latest
echo "::endgroup::"
- name: DCO Checks
Expand Down
4 changes: 2 additions & 2 deletions script/validate/vendor
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
set -eu -o pipefail

if [ -f vendor.conf ]; then
rm -rf vendor/
vndr |& grep -v -i clone
echo "vndr is no longer supported by this check: use go mod vendor instead"
exit 1
elif [ -f go.mod ]; then
: "${GO_MOD_TIDY_FLAGS:=}"
# shellcheck disable=SC2086
Expand Down

0 comments on commit eae3c6e

Please sign in to comment.