Skip to content

Commit 7a36691

Browse files
authored
findの部分をjson5にした (#1289)
1 parent 410ff16 commit 7a36691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-renovate-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727

2828
- name: Validate renovate directory configs
2929
run: |
30-
find .github/renovate -type f -name '*.json' -exec npx --yes renovate-config-validator {} \;
30+
find .github/renovate -type f -name '*.json5' -exec npx --yes --package renovate -- renovate-config-validator {} \;

0 commit comments

Comments
 (0)