Skip to content

Commit 20e3c3b

Browse files
committed
ci: fix linter & enable manual docs rebuild
1 parent e1af914 commit 20e3c3b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
- uses: actions/setup-go@v5
2828
with:
2929
go-version: "1.25.x"
30-
- uses: golangci/golangci-lint-action@v6
30+
- uses: golangci/golangci-lint-action@v7
3131
with:
32-
version: latest
32+
version: v2.11.2
3333

3434
build:
3535
name: Build

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
paths:
77
- 'docs/**'
88
- 'mkdocs.yml'
9+
- '.github/workflows/docs.yml'
10+
workflow_dispatch:
911

1012
permissions:
1113
contents: read

0 commit comments

Comments
 (0)