Skip to content

chore(deps): update actions/checkout action to v4 (main) #64

chore(deps): update actions/checkout action to v4 (main)

chore(deps): update actions/checkout action to v4 (main) #64

Workflow file for this run

---
name: Validate renovate.json
on:
pull_request:
paths:
- '**/renovate.json'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run renovate-config-validator
run: docker run -v "$PWD/renovate.json:/usr/src/app/renovate.json" -e LOG_LEVEL=debug --rm renovate/renovate renovate-config-validator