Skip to content

Commit

Permalink
Move Python patch tool to .github/utils/.
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fontein <[email protected]>
  • Loading branch information
felixfontein committed Nov 30, 2024
1 parent 83ecd25 commit 0406503
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: make vendor

- name: Restore go/toolchain lines of go.mod
run: python3 patch-go.mod.py
run: python3 .github/utils/patch-go.mod.py

- name: Ensure clean working tree
run: git diff --exit-code
Expand Down

0 comments on commit 0406503

Please sign in to comment.