Skip to content

Update actions/checkout action to v3.6.0 - autoclosed #30

Update actions/checkout action to v3.6.0 - autoclosed

Update actions/checkout action to v3.6.0 - autoclosed #30

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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: testing ${{ matrix.file }}
run: npx -p renovate renovate-config-validator