From 840d8dda9def02b2fca3cdd75e7305b6885972a1 Mon Sep 17 00:00:00 2001 From: DownerCase Date: Mon, 16 Dec 2024 13:49:44 +0000 Subject: [PATCH] debug --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4ec74a..9109bb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,14 @@ jobs: - id: set-modules run: echo "modules=$(go list -m -json | jq -s '.' | jq -c '[.[].Dir]')" >> $GITHUB_OUTPUT + - run: echo $GITHUB_OUTPUT + + - run: echo "$(go list -m -json)" + + - run: echo "$(go list -m -json | jq -s '.') + + - run: echo "$(go list -m -json | jq -s '.' | jq -c '[.[].Dir]')" + go-lint: needs: detect-go-modules container: