Skip to content

Also check fragment links #2

Also check fragment links

Also check fragment links #2

Workflow file for this run

name: pre-commit

Check failure on line 1 in .github/workflows/static-checks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/static-checks.yml

Invalid workflow file

(Line: 21, Col: 9): Unexpected value 'args'
on: [push]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 1
- uses: actions/setup-python@v5
with:
python-version: 3.11
- uses: pre-commit/action@v3.0.1
http-lint:
runs-on: ubuntu-latest
steps:
- name: Link Checker
id: lychee
args: --base . --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst'
uses: lycheeverse/lychee-action@v2
with:
fail: false