Skip to content

Commit 234c471

Browse files
committed
hashfilesへ変更とfindするディレクトリ変更
1 parent d624df2 commit 234c471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- uses: actions/checkout@v5
1616

1717
- name: Validate renovate-bot.js
18-
if: ${{ exists('renovate-bot.js') }}
18+
if: ${{ hashFiles('.github/renovate-bot.js') != '' }}
1919
run: |
2020
npx --yes renovate-config-validator renovate-bot.js
2121
2222
- name: Validate renovate directory configs
2323
run: |
24-
find renovate -type f -name '*.json' -exec npx --yes renovate-config-validator {} \;
24+
find .github/renovate -type f -name '*.json' -exec npx --yes renovate-config-validator {} \;

0 commit comments

Comments
 (0)