summaryrefslogtreecommitdiff
path: root/.github/workflows/mnv-link-check.yml
blob: 6b9d16ca598e4cc1b595c4e39cfcdec892c7ffc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: "mnv: Check Links"

on:
  workflow_dispatch:
  schedule:
    - cron: '0 3 * * 0'

jobs:
  lychee:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v6
      - name: Run Lychee
        uses: lycheeverse/lychee-action@v2
        with:
          args: --verbose --config mnv/ci/lychee.toml mnv/