Fix issue with matrix format

This commit is contained in:
Juan Calderon-Perez
2023-11-15 08:02:47 -05:00
committed by GitHub
parent 947d230e20
commit daaf02865e

View File

@@ -30,7 +30,7 @@ jobs:
- id: set-matrix
run: |
# Get all directories, skip hidden
echo "$(find . -type d -not -path '*/\.*' | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_OUTPUT
echo "matrix=$(find . -type d -not -path '*/\.*' | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_ENV
golangci-lint:
needs: generate-matrix