| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| 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 |