Skip to content

⬆️ Update actions/checkout action to v4.1.7 #44

⬆️ Update actions/checkout action to v4.1.7

⬆️ Update actions/checkout action to v4.1.7 #44

Workflow file for this run

name: Validate renovate-config
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
LOG_LEVEL: debug
jobs:
preset:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
file:
- default
- renovate-config
env:
RENOVATE_CONFIG_FILE: ${{ matrix.file }}.json
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: testing ${{ matrix.file }}
run: npx -p renovate renovate-config-validator