mirror of
https://github.com/foomo/keel.git
synced 2025-10-16 12:35:34 +00:00
chore: fix type
This commit is contained in:
parent
d76af50c83
commit
21c238e39a
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- id: set-matrix
|
- id: set-matrix
|
||||||
run: |
|
run: |
|
||||||
matrix=$(find . -type file -name "go.mod" -print0 | xargs -0 -n1 dirname | sort --unique | jq -R -s -c 'split("\n")[:-1]')
|
matrix=$(find . -type f -name "go.mod" -print0 | xargs -0 -n1 dirname | sort --unique | jq -R -s -c 'split("\n")[:-1]')
|
||||||
echo "${matrix}"
|
echo "${matrix}"
|
||||||
echo "::set-output name=matrix::${matrix}"
|
echo "::set-output name=matrix::${matrix}"
|
||||||
go_lint:
|
go_lint:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user