Skip to content

Replace links to https://blog.acolyer.org with the Internet Archive W… #211

Replace links to https://blog.acolyer.org with the Internet Archive W…

Replace links to https://blog.acolyer.org with the Internet Archive W… #211

Workflow file for this run

name: CI
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: lycheeverse/lychee-action@v2
with:
fail: true
jobSummary: true
args: --base . --verbose --no-progress './**/*.md'