Skip to content

Merge pull request #26 from paolapog/paolapog-patch-1 #7

Merge pull request #26 from paolapog/paolapog-patch-1

Merge pull request #26 from paolapog/paolapog-patch-1 #7

Workflow file for this run

name: linker
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
link:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Link Checker
uses: lycheeverse/lychee-action@v1.7.0
with:
fail: true
args: --base . --verbose --no-progress './README.md'