Skip to content

chore(deps): bump github.com/bits-and-blooms/bitset from 1.8.0 to 1.9.0 #296

chore(deps): bump github.com/bits-and-blooms/bitset from 1.8.0 to 1.9.0

chore(deps): bump github.com/bits-and-blooms/bitset from 1.8.0 to 1.9.0 #296

name: Command Doc Check
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Generate command docs
run: go run ./scripts/gen-doc-yaml.go
- name: Check no uncommited changes
run: git diff --exit-code