CI: Go mod tidy check

This commit is contained in:
Quentin McGaw
2021-01-22 13:20:54 +00:00
parent 819b1fe0f6
commit 2f24a79d4d
2 changed files with 12 additions and 0 deletions

View File

@@ -35,6 +35,9 @@ jobs:
- name: Linting
run: docker build --target lint .
- name: Go mod tidy check
run: docker build --target tidy .
- name: Build test image
run: docker build --target test -t test-container .