Skip to content

chore(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10 #1228

chore(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10

chore(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10 #1228

Workflow file for this run

name: docs-verify
on: [pull_request]
jobs:
verify-docs:
runs-on: ubuntu-latest
name: Verify Docs
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 2
submodules: true
- name: Verify Docs
run: |
sudo apt-get update && sudo apt-get install -y libudev-dev
make docs-verify
- name: Build Docs
run: make docs-build