FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore(deps): update actions/checkout action to v4.3.0 (#46) · parca-dev/.github@5ab53f6 · GitHub

chore(deps): update actions/checkout action to v4.3.0 (#46) #90

chore(deps): update actions/checkout action to v4.3.0 (#46)

chore(deps): update actions/checkout action to v4.3.0 (#46) #90

Workflow file for this run

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: Validate Renovate Config
run: npx -p renovate@latest renovate-config-validator

Back | FazBrowse Home | New Git URL