Skip to content

Define generic boards for STM32L051K8U and -T #272

Define generic boards for STM32L051K8U and -T

Define generic boards for STM32L051K8U and -T #272

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:
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'
linksToSkip: 'www.st.com, de.elv.com/lorawan'