Skip to content

Bump org.mockito:mockito-core from 5.15.2 to 5.18.0 #1402

Bump org.mockito:mockito-core from 5.15.2 to 5.18.0

Bump org.mockito:mockito-core from 5.15.2 to 5.18.0 #1402

name: Markdown Link Check
on:
push:
branches:
- '*'
pull_request:
schedule:
- cron: '0 7 * * *'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'