Go mod tidy (#401)

Check git status after go mod tidy
This commit is contained in:
Misha Bragin
2022-07-27 20:19:55 +02:00
committed by GitHub
parent 138cf35e00
commit 67ddaade58
3 changed files with 3 additions and 4 deletions

View File

@@ -40,6 +40,9 @@ jobs:
-
name: Install modules
run: go mod tidy
-
name: check git status
run: git --no-pager diff --exit-code
-
name: Set up QEMU
uses: docker/setup-qemu-action@v1