Skip to content

Change layout for Best Practices. #18

Change layout for Best Practices.

Change layout for Best Practices. #18

Workflow file for this run

# Check for broken links with lychee
name: Link Check
on:
push:
branches:
- main
pull_request:
jobs:
link-check:
timeout-minutes: 2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.8.0
with:
args: "--verbose -- ."
fail: true
jobSummary: true