Skip to content

Master Link Check

Master Link Check #581

name: Master Link Check
on:
workflow_dispatch:
schedule:
- cron: "30 18 * * *" # run at 00:00 AM IST
jobs:
paradox:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/[email protected]
with:
jvm: temurin:1.17
apps: sbt sbtn
- uses: coursier/cache-action@v6
# - name: Paradox Validate Links
# run: sbtn docs/paradoxValidateLinks
- name: Notify slack
if: always()
continue-on-error: true
uses: kpritam/slack-job-status-action@v1
with:
job-status: ${{ job.status }}
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel: ci-linkcheck