diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba052aae..e33fedfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: uses: golangci/golangci-lint-action@v6 with: version: latest - args: --build-tags=containers_image_openpgp,exclude_graphdriver_btrfs + args: --build-tags=containers_image_openpgp,exclude_graphdriver_btrfs --verbose - name: Format code run: | if [ $(find . -name "*.go" -exec gofmt -s -d {} \;|wc -l) -gt 0 ]; then