Skip to content

int128/renovate-config-validator-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

renovate-config-validator-workflow test

This is a reusable workflow to run renovate-config-validator in your repository.

Getting Started

name: renovate-config

on:
  pull_request:
    paths:
      - .github/workflows/renovate-config.yaml
      - .github/renovate.*
  push:
    branches:
      - main
    paths:
      - .github/workflows/renovate-config.yaml
      - .github/renovate.*

jobs:
  validate:
    uses: int128/renovate-config-validator-workflow/.github/workflows/validate.yaml@main

How it works

This workflow runs renovate-config-validator using pnpm on Node.js.

About

Reusable workflow to validate your Renovate config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •