Skip to content

feat: add CI validation, justfile, and scripts (#30) #2

feat: add CI validation, justfile, and scripts (#30)

feat: add CI validation, justfile, and scripts (#30) #2

Workflow file for this run

name: Check Links
on:
push:
branches: [main]
pull_request:
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: lycheeverse/lychee-action@v2
with:
args: --no-progress '**/*.md'
fail: true