Bump google-github-actions/auth from 2 to 3 (#1810) #1314
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Link Checking | |
"on": | |
pull_request: | |
push: | |
branches: [main] | |
jobs: | |
md-links: | |
name: Run markdown link check | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v4 | |
- name: markdown-link-check | |
uses: gaurav-nelson/github-action-markdown-link-check@v1 | |
with: | |
use-verbose-mode: "yes" |