Skip to content

chore(deps): update actions/checkout action to v4.1.6 (#38) #73

chore(deps): update actions/checkout action to v4.1.6 (#38)

chore(deps): update actions/checkout action to v4.1.6 (#38) #73

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
LOG_LEVEL: debug
jobs:
validate-renovate-config:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
file:
- default.json
- renovate-config.json
env:
RENOVATE_CONFIG_FILE: ${{ matrix.file }}
steps:
- name: Checkout repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Validate Renovate Config
run: npx -p renovate renovate-config-validator