docs: fix physical_disk docs (#1897)

This commit is contained in:
Jan-Otto Kröpke
2025-02-22 09:29:52 +01:00
committed by GitHub
parent 4c9c78c599
commit 228164765b
2 changed files with 17 additions and 52 deletions

View File

@@ -4,23 +4,11 @@ name: Linting
# have been changed.
on:
push:
paths:
- "go.mod"
- "go.sum"
- "**.go"
- ".github/workflows/lint.yml"
- "tools/e2e-output.txt"
branches:
- master
- next
- main
pull_request:
paths:
- "go.mod"
- "go.sum"
- "**.go"
- ".github/workflows/lint.yml"
- "tools/e2e-output.txt"
branches:
- master
- next
@@ -105,4 +93,4 @@ jobs:
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
args: "--max-same-issues=0"
args: "--max-same-issues=0"