mirror of
https://github.com/foomo/keel.git
synced 2025-10-16 12:35:34 +00:00
chore: fix typo
This commit is contained in:
parent
7aaa533bb9
commit
d76af50c83
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user