Skip to content

chore(deps): bump mkdocs-material from 9.6.19 to 9.6.20 in the python-packages group #687

chore(deps): bump mkdocs-material from 9.6.19 to 9.6.20 in the python-packages group

chore(deps): bump mkdocs-material from 9.6.19 to 9.6.20 in the python-packages group #687

Workflow file for this run

name: Run lints
on:
push:
tags:
- v3.*
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
golangci-lint:
runs-on: ubuntu-24.04
steps:
- name: Clone repository
uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: stable
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: latest