diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index a343a51..fee6a20 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -24,7 +24,6 @@ jobs: - uses: actions/checkout@v2 - id: gomod run: | - pwd matrix=$(find . -type f -name "go.mod" -print0 | xargs -0 -n1 dirname | sort --unique | jq -R -s -c 'split("\n")[:-1]') echo "${matrix}" echo "::set-output name=matrix::${matrix}"