Skip to content

Commit

Permalink
Try to check again
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed May 1, 2024
1 parent ecb3a16 commit e9c821f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/renovate-config-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,18 @@ jobs:
- name: "Checkout ${{ github.ref }} branch in ${{ github.repository }} repository."
uses: actions/checkout@v4

- name: "Run json5 validator."
- name: "Run json5 validator on ${{ env.FILE }}."
env:
FILE: ${{ matrix.config-file }}
shell: bash
run: >
npx
--yes
json5
--validate
.github/renovate.json5
*.json5
"${FILE}"
config:
strategy:
fail-fast: false
Expand Down Expand Up @@ -89,7 +90,7 @@ jobs:
- name: "Checkout ${{ github.ref }} branch in ${{ github.repository }} repository."
uses: actions/checkout@v4

- name: "Run renovate-config-validator on shared config."
- name: "Run renovate-config-validator on ${{ env.FILE }}."
env:
FILE: ${{ matrix.config-file }}
shell: bash
Expand All @@ -100,4 +101,4 @@ jobs:
--
renovate-config-validator
--strict
${FILE}
"${FILE}"

0 comments on commit e9c821f

Please sign in to comment.