Skip to content

chore(project-management): release v1.1.2 (#51) #184

chore(project-management): release v1.1.2 (#51)

chore(project-management): release v1.1.2 (#51) #184

Workflow file for this run

name: Check dead links
on:
push:
branches: [main]
pull_request:
jobs:
links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
with:
args: --no-progress --config .github/lychee.toml .
fail: true