chore(dependabot): bump k8s.io/apimachinery from 0.32.1 to 0.32.2 in /listener in the k8s-dependencies group across 1 directory #1309
Workflow file for this run
This file contains 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: Lint Markdown Links | |
run-name: ${{github.event.pull_request.title}} | |
on: | |
pull_request: | |
schedule: | |
# Run every day at 5:00 AM | |
- cron: "0 5 * * *" | |
jobs: | |
markdown-link-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc | |
with: | |
use-quiet-mode: 'yes' | |
use-verbose-mode: 'no' | |
config-file: '.mlc.config.json' | |
folder-path: '.' | |
max-depth: -1 | |
check-modified-files-only: 'yes' | |
base-branch: 'main' |