Skip to content

Merge pull request #4 from lunohodov/link-check #2

Merge pull request #4 from lunohodov/link-check

Merge pull request #4 from lunohodov/link-check #2

Workflow file for this run

name: Check links
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
link_checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Link Checker
uses: lycheeverse/lychee-action@v1.2.0
with:
fail: true