Skip to content

build(deps): bump lycheeverse/lychee-action from 1.7.0 to 2.0.2 in /.github/workflows #10

build(deps): bump lycheeverse/lychee-action from 1.7.0 to 2.0.2 in /.github/workflows

build(deps): bump lycheeverse/lychee-action from 1.7.0 to 2.0.2 in /.github/workflows #10

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@v2.0.2
with:
fail: true
args: --base . --verbose --no-progress './README.md'