Skip to content

RS-387: Java getting started #100

RS-387: Java getting started

RS-387: Java getting started #100

Workflow file for this run

name: Check Links
on:
schedule:
- cron: "00 18 * * *"
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- main
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1
with:
args: . --config lychee.toml