Skip to content

Commit b83d78a

Browse files
committed
ci: add deps job
Simpler than that in runc as we don't use vendor here. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 0bbb4a3 commit b83d78a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/validate.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,12 @@ jobs:
6565
steps:
6666
- uses: actions/checkout@v4
6767
- run: if git -P grep -I -n '\s$'; then echo "^^^ extra whitespace at EOL, please fix"; exit 1; fi
68+
69+
deps:
70+
runs-on: ubuntu-24.04
71+
steps:
72+
- uses: actions/checkout@v4
73+
- uses: actions/setup-go@v5
74+
with:
75+
go-version: "${{ env.GO_VERSION }}"
76+
- run: go mod tidy --diff

0 commit comments

Comments
 (0)