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: