mirror of
https://github.com/gofiber/storage.git
synced 2025-12-19 00:38:24 +08:00
Fix issue with matrix format
This commit is contained in:
committed by
GitHub
parent
947d230e20
commit
daaf02865e
2
.github/workflows/golangci-lint.yml
vendored
2
.github/workflows/golangci-lint.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user