ci: set up go for docs check
This commit is contained in:
parent
352a6e1618
commit
fb91f465df
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -108,6 +108,12 @@ jobs:
|
||||
with:
|
||||
node-version: 24
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
cache: false
|
||||
|
||||
- name: Check docs
|
||||
run: npm run docs:check
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user