Skip to content

operator crud tests #54

operator crud tests

operator crud tests #54

Workflow file for this run

name: Markdown
run-name: ${{github.event.pull_request.title}}
on:
schedule:
- cron: "0 5 * * *" # Run everyday at 5:00 AM
pull_request:
jobs:
link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - uses: gaurav-nelson/github-action-markdown-link-check@v1 //TODO: after adjusting *.md bring the test back
# with:
# use-quiet-mode: 'yes'
# use-verbose-mode: 'yes'
# config-file: '.mlc.config.json'
# folder-path: '.'
# max-depth: -1