Skip to content

ci: improve files naming, add builds for mac and win OSs, separate linting check #2

ci: improve files naming, add builds for mac and win OSs, separate linting check

ci: improve files naming, add builds for mac and win OSs, separate linting check #2

Workflow file for this run

name: markdown-links
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
markdown-links-check:
name: Check markdown links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: ".mlc-config.json"