Skip to content

chore(deps): bump github.com/Azure/go-autorest/autorest/azure/auth from 0.5.12 to 0.5.13 #892

chore(deps): bump github.com/Azure/go-autorest/autorest/azure/auth from 0.5.12 to 0.5.13

chore(deps): bump github.com/Azure/go-autorest/autorest/azure/auth from 0.5.12 to 0.5.13 #892

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@v3
with:
fetch-depth: 2
submodules: true
- name: Verify Docs
run: make docs-verify
- name: Build Docs
run: make docs-build