mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 14:25:50 +01:00
ci: validate Renovate configuration file on build
This commit is contained in:
parent
0551626cb0
commit
8d938774e2
1 changed files with 7 additions and 0 deletions
7
.github/workflows/validations.yaml
vendored
7
.github/workflows/validations.yaml
vendored
|
|
@ -7,6 +7,13 @@ on:
|
|||
pull_request:
|
||||
|
||||
jobs:
|
||||
Renovate:
|
||||
name: "Validate Renovate"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Validate Renovate configuration
|
||||
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.0
|
||||
|
||||
Static-Analysis:
|
||||
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue