Skip to content

remove check_deps.sh#5530

Open
pfi79 wants to merge 1 commit into
hyperledger:mainfrom
pfi79:remove-check-deps
Open

remove check_deps.sh#5530
pfi79 wants to merge 1 commit into
hyperledger:mainfrom
pfi79:remove-check-deps

Conversation

@pfi79

@pfi79 pfi79 commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

There is a check in GitHub Actions that completely replaces check_deps.sh and even better.

      - name: check go.mod
        run: |
          go mod tidy
          git diff --exit-code go.mod

      - name: check vendor
        run: |
          go mod vendor
          git diff --exit-code

This check records if someone has replaced the file in the vendor folder.
I believe that check_deps.sh not needed

Signed-off-by: Fedor Partanskiy <fredprtnsk@gmail.com>
@pfi79
pfi79 requested a review from a team as a code owner July 23, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant