Skip to content

Example workflow for problem space to blueprint #8

Example workflow for problem space to blueprint

Example workflow for problem space to blueprint #8

Workflow file for this run

name: Static Analysis
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
renovate-validation:
runs-on: ubuntu-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Validate Repository Renovate Config
run: npx -y --package renovate -- renovate-config-validator renovate.json