Skip to content

chore(deps): bump github.com/golangci/golangci-lint/v2 from 2.4.0 to 2.8.0 in /hack/tools #1208

chore(deps): bump github.com/golangci/golangci-lint/v2 from 2.4.0 to 2.8.0 in /hack/tools

chore(deps): bump github.com/golangci/golangci-lint/v2 from 2.4.0 to 2.8.0 in /hack/tools #1208

Workflow file for this run

name: docs-verify
on: [pull_request]
jobs:
verify-docs:
runs-on: ubuntu-latest
name: Verify Docs
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 2
submodules: true
- name: Verify Docs
run: |
sudo apt-get update && sudo apt-get install -y libudev-dev
make docs-verify
- name: Build Docs
run: make docs-build