debug why lint is failing

This commit is contained in:
christophe-duc 2026-01-08 19:36:36 -04:00
parent 516053b482
commit c66e08dafa

View file

@ -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