Skip to content

Commit

Permalink
Update renovate-validator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixq authored Nov 27, 2024
1 parent 5265de1 commit ddd5d9d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/renovate-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Set up Nodes.js
uses: actions/setup-node@v4
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: latest

- name: Validate Renovate Config
run: npx --yes --package renovate -- renovate-config-validator

0 comments on commit ddd5d9d

Please sign in to comment.