ci: set up go for docs check

This commit is contained in:
Peter Steinberger 2026-05-04 22:49:23 +01:00
parent 352a6e1618
commit fb91f465df
No known key found for this signature in database

View File

@ -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