Skip to content

Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 (#344) #70

Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 (#344)

Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 (#344) #70

Workflow file for this run

---
name: Docs
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
paths:
- '**.md'
jobs:
markdown-link-check:
name: Broken Links
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Run link check
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'no'
use-verbose-mode: 'yes'
check-modified-files-only: 'yes'
config-file: '.github/mlc_config.json'
base-branch: main