Skip to content

[tools](deps): Bump github.com/golangci/golangci-lint/v2 from 2.6.2 to 2.7.2 in /tools in the main group #197

[tools](deps): Bump github.com/golangci/golangci-lint/v2 from 2.6.2 to 2.7.2 in /tools in the main group

[tools](deps): Bump github.com/golangci/golangci-lint/v2 from 2.6.2 to 2.7.2 in /tools in the main group #197

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: scripts
on:
workflow_dispatch: {}
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint-scripts:
name: Lints scripts
runs-on: ubuntu-latest
steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v6
# https://github.com/actions/setup-go/
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.25.x'
check-latest: true
cache: false
- id: tools
uses: ./.github/actions/tools
with:
cache-key-prefix: lint
- name: Check shell files
run: make ci-sh
- name: Check dependabot file
run: make ci-dependabot
- name: Check codecov.yml
shell: bash
run: |
curl --data-binary @codecov.yml https://codecov.io/validate