Skip to content

Configure Renovate

Configure Renovate #22

Workflow file for this run

name: Validate JSON files
on:
pull_request:
branches:
- master
jobs:
validate_configurations:
name: Validate configurations
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate studios.json
uses: snapcart/[email protected]
with:
token: ${{ secrets.JF_BOT_TOKEN }}
json_schema: .github/studios.schema.json
json_path_pattern: studios/.*/studio.json$