Skip to content

Prevent the bold font to be loaded too soon #68

Prevent the bold font to be loaded too soon

Prevent the bold font to be loaded too soon #68

Workflow file for this run

# https://github.com/lycheeverse/lychee-action/
name: Links validity (on pull request)
on:
pull_request:
branches: [ main ]
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check links
uses: lycheeverse/lychee-action@v1.8.0
with:
args: './**/*.html'
fail: true