Skip to content

Fix CI: replace Java 13 with 17, unique artifact names #422

Fix CI: replace Java 13 with 17, unique artifact names

Fix CI: replace Java 13 with 17, unique artifact names #422

Workflow file for this run

name: Broken Link Checker
on:
push:
pull_request:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/lychee-action@e1ef974431881438bf594f458e332b099fd33bb5 #v1.4.1 https://github.com/lycheeverse/lychee-action#security-tip
with:
args: --verbose --no-progress './**/*.md' './**/*.html' './**/*.java'
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}