chore: fix typo

This commit is contained in:
Kevin Franklin Kim 2021-11-24 16:16:23 +01:00
parent 7aaa533bb9
commit d76af50c83

View File

@ -25,7 +25,8 @@ jobs:
- id: set-matrix
run: |
matrix=$(find . -type file -name "go.mod" -print0 | xargs -0 -n1 dirname | sort --unique | jq -R -s -c 'split("\n")[:-1]')
echo "::set-output name=matrix::$matrix}"
echo "${matrix}"
echo "::set-output name=matrix::${matrix}"
go_lint:
name: go lint
needs: go_matrix