Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DownerCase committed Dec 16, 2024
1 parent 9a1c8d9 commit 840d8dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 840d8dd

Please sign in to comment.