Skip to content

chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 #141

chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1

chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 #141

Workflow file for this run

name: docs builder
on:
pull_request:
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20.12.0"
- run: npm install
- run: npm run docs:build