Skip to content

chore(deps): update actions/checkout action to v4.1.4 (#36) #69

chore(deps): update actions/checkout action to v4.1.4 (#36)

chore(deps): update actions/checkout action to v4.1.4 (#36) #69

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Validate Renovate Config
run: npx -p renovate renovate-config-validator