Skip to content

fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.7… #214

fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.7…

fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.7… #214

Workflow file for this run

name: Renovate
on:
pull_request:
paths:
- 'renovate.json'
push:
branches:
- master
permissions:
contents: read
jobs:
validate-renovate-config:
name: Validate renovate.json
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install Renovate
run: npm install -g renovate
- name: Validate renovate.json
run: renovate-config-validator