Skip to content

variant(WL): add Oceanus-I module and EV #548

variant(WL): add Oceanus-I module and EV

variant(WL): add Oceanus-I module and EV #548

name: Check Markdown Links
# runs every monday at 9 am
on:
push:
branches:
- main
paths:
- '**.md'
pull_request:
paths:
- '**.md'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
schedule:
# Run every day at 12 AM UTC to check url.
- cron: "0 11 * * 2,4"
jobs:
linkinator:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: JustinBeckwith/linkinator-action@v1
with:
paths: '*.md ./CI/**/*.md, ./variants/**/*.md, ./libraries/**/*.md'
verbosity: 'INFO'
timeout: 2000
linksToSkip: 'st.com, blues.com'