From 593625f0890aaa774d361fd4dabb8e5a7fa2e249 Mon Sep 17 00:00:00 2001 From: Kevin Franklin Kim Date: Tue, 14 Dec 2021 16:48:46 +0100 Subject: [PATCH] chore: pwd test --- .github/workflows/checks.yml | 1 - 1 file changed, 1 deletion(-) 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}"